chore: Improve bottomsheet text input
This commit is contained in:
parent
af291ab237
commit
6f059b8b5d
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ Future<T?> showAdaptiveBottomSheet<T>({
|
||||||
|
|
||||||
return showModalBottomSheet<T>(
|
return showModalBottomSheet<T>(
|
||||||
context: context,
|
context: context,
|
||||||
|
useSafeArea: true,
|
||||||
builder: (context) => Padding(
|
builder: (context) => Padding(
|
||||||
padding: EdgeInsets.zero,
|
padding: EdgeInsets.zero,
|
||||||
child: ClipRRect(
|
child: ClipRRect(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue