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 committed by Freek van de Ven
parent 5b251d9ba7
commit 96c16c09ba

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