fix: mark breaks modal as scrollcontrolled to take up full space

This commit is contained in:
Joey Boerwinkel 2024-07-26 13:23:22 +02:00
parent 5eda42c9dd
commit 20671f4125

View file

@ -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),