menu
hmwidget package
documentation
components/actions_sheet/action_sheet.dart
ActionSheetItem
ActionSheetItem.new const constructor
ActionSheetItem.new const constructor
dark_mode
light_mode
ActionSheetItem
constructor
const
ActionSheetItem
(
{
required
Widget
title
,
required
void
onPressed
(),
Widget
?
icon
,
})
Implementation
const ActionSheetItem( {required this.title, required this.onPressed, this.icon});
hmwidget package
documentation
components/actions_sheet/action_sheet
ActionSheetItem
ActionSheetItem.new const constructor
ActionSheetItem class