SimpleNavItemModel constructor
SimpleNavItemModel({
- required Widget screen,
- List<
SimpleNavAction> ? homeActions,
Takes the required title menuItemTitle, a widget screen and an optional list of actions homeActions.
Implementation
SimpleNavItemModel(
{required this.menuItemTitle, required this.screen, this.homeActions});