ActionModel<T> constructor
ActionModel<T> ({
- required IconData icon,
- required List<
PopupAction< actions,T> > - String? title,
Implementation
ActionModel({
required this.icon,
required this.actions,
this.title,
});