MenuModel constructor
MenuModel({
- String? title,
- String? subTitle,
- IconData? icon,
- ActionsMenu? actionsMenu,
Implementation
MenuModel({
this.title,
this.subTitle,
this.icon,
this.actionsMenu,
});