mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
style: Make adaptive bottom sheets scrollable by default
This commit is contained in:
parent
4c91ea6002
commit
90482009fc
@ -8,7 +8,7 @@ Future<T?> showAdaptiveBottomSheet<T>({
|
||||
required BuildContext context,
|
||||
required Widget Function(BuildContext) builder,
|
||||
bool isDismissible = true,
|
||||
bool isScrollControlled = false,
|
||||
bool isScrollControlled = true,
|
||||
}) =>
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
|
Loading…
Reference in New Issue
Block a user