MenuItem constructor
const
MenuItem({})
Implementation
const MenuItem({
Key? key,
this.iconData,
required this.title,
this.isCondensed = false,
this.route,
this.onTap,
}) : super(key: key);
const MenuItem({
Key? key,
this.iconData,
required this.title,
this.isCondensed = false,
this.route,
this.onTap,
}) : super(key: key);