Vaibhav_Task-#729 #53
@ -523,7 +523,9 @@ class _AddContactBottomSheetState extends State<AddContactBottomSheet> {
|
||||
|
||||
return SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
padding: MediaQuery.of(context).viewInsets,
|
||||
padding: EdgeInsets.only(
|
||||
top: 32,
|
||||
).add(MediaQuery.of(context).viewInsets),
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).cardColor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user