ASMenuItem constructor
- {dynamic data,
- String? name,
- Key? key,
- String? title,
- IconData? icon,
- WidgetBuilder? builder,
- FilterState filterState(
- BuildContext context
Implementation
ASMenuItem({
this.data,
this.name,
this.key,
this.title,
this.icon,
this.builder,
this.filterState,
});