menu
shared_component package
documentation
widgets/app_widgets.dart
ActionBottomSheet
ActionBottomSheet.new const constructor
ActionBottomSheet.new const constructor
dark_mode
light_mode
ActionBottomSheet
constructor
const
ActionBottomSheet
(
{
Key
?
key
,
required
List
<
String
>
actions
,
required
dynamic
onActionSelected
(
String
),
})
Implementation
const ActionBottomSheet( {super.key, required this.actions, required this.onActionSelected});
shared_component package
documentation
widgets/app_widgets
ActionBottomSheet
ActionBottomSheet.new const constructor
ActionBottomSheet class