JidoujishoBottomSheetOption constructor
Defines an option in a bottom sheet.
Implementation
JidoujishoBottomSheetOption({
required this.label,
required this.icon,
required this.action,
this.active = false,
});
Defines an option in a bottom sheet.
JidoujishoBottomSheetOption({
required this.label,
required this.icon,
required this.action,
this.active = false,
});