chore: Follow up safearea showscaffolddialog
This commit is contained in:
parent
a0cc5e5f4d
commit
0503c797cd
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Future<void> showScaffoldDialog({
|
|||
}) =>
|
||||
showDialog(
|
||||
context: context,
|
||||
useSafeArea: false,
|
||||
builder: FluffyThemes.isColumnMode(context)
|
||||
? (context) => Center(
|
||||
child: Container(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue