MUITab constructor

MUITab({
  1. required String label,
  2. Widget? icon,
})

Implementation

MUITab({required this.label, this.icon});