MUISitemapItem constructor
MUISitemapItem({
- required String label,
- dynamic onTap()?,
Implementation
MUISitemapItem({required this.label, this.onTap});
MUISitemapItem({required this.label, this.onTap});