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(
|
showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
useSafeArea: false,
|
||||||
builder: FluffyThemes.isColumnMode(context)
|
builder: FluffyThemes.isColumnMode(context)
|
||||||
? (context) => Center(
|
? (context) => Center(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue