file format.

design_3.0_TM_Module_snagsFix
Sikander Saleem 2 months ago
parent 26c8c6844a
commit f9c7d335e2

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

Loading…
Cancel
Save