Profile and change password pages layout improvements
This commit is contained in:
@@ -38,6 +38,7 @@ class _ChangePasswordPageState extends TbContextState<ChangePasswordPage> {
|
|||||||
SizedBox.expand(
|
SizedBox.expand(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.all(16),
|
padding: EdgeInsets.all(16),
|
||||||
|
child: SingleChildScrollView(
|
||||||
child: FormBuilder(
|
child: FormBuilder(
|
||||||
key: _changePasswordFormKey,
|
key: _changePasswordFormKey,
|
||||||
autovalidateMode: AutovalidateMode.disabled,
|
autovalidateMode: AutovalidateMode.disabled,
|
||||||
@@ -126,6 +127,7 @@ class _ChangePasswordPageState extends TbContextState<ChangePasswordPage> {
|
|||||||
]
|
]
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ValueListenableBuilder<bool>(
|
ValueListenableBuilder<bool>(
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ class _ProfilePageState extends TbPageState<ProfilePage> {
|
|||||||
SizedBox.expand(
|
SizedBox.expand(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.all(16),
|
padding: EdgeInsets.all(16),
|
||||||
|
child: SingleChildScrollView(
|
||||||
child: FormBuilder(
|
child: FormBuilder(
|
||||||
key: _profileFormKey,
|
key: _profileFormKey,
|
||||||
autovalidateMode: AutovalidateMode.onUserInteraction,
|
autovalidateMode: AutovalidateMode.onUserInteraction,
|
||||||
@@ -117,6 +118,7 @@ class _ProfilePageState extends TbPageState<ProfilePage> {
|
|||||||
]
|
]
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ValueListenableBuilder<bool>(
|
ValueListenableBuilder<bool>(
|
||||||
|
|||||||
Reference in New Issue
Block a user