Fix Identity bottom buttons overlap with system navigation bar
This commit is contained in:
@@ -575,11 +575,13 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController>
|
|||||||
return Column(children: [
|
return Column(children: [
|
||||||
_buildCheckboxIdentityDefault(context),
|
_buildCheckboxIdentityDefault(context),
|
||||||
const SizedBox(height: 24),
|
const SizedBox(height: 24),
|
||||||
Row(children: [
|
SafeArea(
|
||||||
Expanded(child: _buildCancelButton(context)),
|
child: Row(children: [
|
||||||
const SizedBox(width: 12),
|
Expanded(child: _buildCancelButton(context)),
|
||||||
Expanded(child: _buildSaveButton(context))
|
const SizedBox(width: 12),
|
||||||
])
|
Expanded(child: _buildSaveButton(context))
|
||||||
|
]),
|
||||||
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user