mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 05:03:44 +02:00
fix: mark breaks modal as scrollcontrolled to take up full space
This commit is contained in:
parent
5b251d9ba7
commit
96c16c09ba
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ class AvailabilityBreakSelectionDialog extends StatefulWidget {
|
|||
showModalBottomSheet<BreakViewModel>(
|
||||
context: context,
|
||||
useSafeArea: false,
|
||||
isScrollControlled: true,
|
||||
shape: const RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.only(
|
||||
topLeft: Radius.circular(10),
|
||||
|
|
Loading…
Reference in a new issue