menu
freewill_fx_widgets package
documentation
fx_bottom_sheet/src/fx_bottom_sheet.dart
FXBottomSheet
FXBottomSheet const constructor
FXBottomSheet const constructor
dark_mode
light_mode
FXBottomSheet
constructor
const
FXBottomSheet
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const FXBottomSheet({ Key? key, required this.child, }) : super(key: key);
freewill_fx_widgets package
documentation
fx_bottom_sheet/src/fx_bottom_sheet
FXBottomSheet
FXBottomSheet const constructor
FXBottomSheet class