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>(
|
||||
context: context,
|
||||
useSafeArea: true,
|
||||
builder: (context) => Padding(
|
||||
padding: EdgeInsets.zero,
|
||||
child: ClipRRect(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue