DrawerAction constructor
DrawerAction({
- String? title,
- DrawerActionType actionType = DrawerActionType.open,
- bool isEndDrawer = false,
- bool? isAwaited,
Implementation
DrawerAction({
super.title,
this.actionType = DrawerActionType.open,
this.isEndDrawer = false,
super.isAwaited,
}) : super(schemaType: schemaName);