🐛 Fix bottom sheet didn't avoid keyboard
This commit is contained in:
@@ -33,6 +33,7 @@ class SheetScaffold extends StatelessWidget {
|
||||
);
|
||||
|
||||
return Container(
|
||||
padding: MediaQuery.of(context).viewInsets,
|
||||
constraints: BoxConstraints(
|
||||
maxHeight: height ?? MediaQuery.of(context).size.height * heightFactor,
|
||||
),
|
||||
|
Reference in New Issue
Block a user