|
|
|
|
@ -168,16 +168,16 @@ class _SelectionBottomSheetState<T extends Base> extends State<SelectionFullScre
|
|
|
|
|
),
|
|
|
|
|
8.height,
|
|
|
|
|
if (_selectedValue != null)
|
|
|
|
|
FooterActionButton.footerContainer(
|
|
|
|
|
context: context,
|
|
|
|
|
child: AppFilledButton(
|
|
|
|
|
label: context.translation.select,
|
|
|
|
|
maxWidth: true,
|
|
|
|
|
onPressed: () {
|
|
|
|
|
Navigator.pop(context);
|
|
|
|
|
widget.onSelect(_selectedValue);
|
|
|
|
|
},
|
|
|
|
|
)),
|
|
|
|
|
FooterActionButton.footerContainer(
|
|
|
|
|
context: context,
|
|
|
|
|
child: AppFilledButton(
|
|
|
|
|
label: context.translation.select,
|
|
|
|
|
maxWidth: true,
|
|
|
|
|
onPressed: () {
|
|
|
|
|
Navigator.pop(context);
|
|
|
|
|
widget.onSelect(_selectedValue);
|
|
|
|
|
},
|
|
|
|
|
)),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|