style
This commit is contained in:
parent
8902672b30
commit
2f3a46db1c
@ -520,9 +520,11 @@ void enterPasswordDialog(String id, BuildContext context) {
|
|||||||
Column(mainAxisSize: MainAxisSize.min, children: [
|
Column(mainAxisSize: MainAxisSize.min, children: [
|
||||||
PasswordWidget(controller: controller),
|
PasswordWidget(controller: controller),
|
||||||
CheckboxListTile(
|
CheckboxListTile(
|
||||||
|
contentPadding: const EdgeInsets.all(0),
|
||||||
|
dense: true,
|
||||||
controlAffinity: ListTileControlAffinity.leading,
|
controlAffinity: ListTileControlAffinity.leading,
|
||||||
title: Text(
|
title: Text(
|
||||||
'Remember the password',
|
'Remember password',
|
||||||
),
|
),
|
||||||
value: remember,
|
value: remember,
|
||||||
onChanged: (v) {
|
onChanged: (v) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user