mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 13:13: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>(
|
showModalBottomSheet<BreakViewModel>(
|
||||||
context: context,
|
context: context,
|
||||||
useSafeArea: false,
|
useSafeArea: false,
|
||||||
|
isScrollControlled: true,
|
||||||
shape: const RoundedRectangleBorder(
|
shape: const RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.only(
|
borderRadius: BorderRadius.only(
|
||||||
topLeft: Radius.circular(10),
|
topLeft: Radius.circular(10),
|
||||||
|
|
Loading…
Reference in a new issue