MUISitemapItem constructor

MUISitemapItem({
  1. required String label,
  2. dynamic onTap()?,
})

Implementation

MUISitemapItem({required this.label, this.onTap});