AppAction<M extends Object> constructor
const
AppAction<M extends Object> ({})
Implementation
const AppAction({
required this.label,
this.icon,
this.iconCallback,
this.onPressed,
this.tooltip,
this.style,
this.submenuSettings,
});