NavMenu constructor
- {Key? key,
- dynamic onItemSelected(
- int
- List<
String> ? pageTitles, - List<
ASMenuItem> ? items, - NavMenuController? controller,
- double? width = 110}
Implementation
const NavMenu(
{super.key,
this.onItemSelected,
List<String>? pageTitles,
this.items,
this.controller,
this.width = 110});