TabMenuItem constructor

const TabMenuItem({
  1. IconData? icon,
  2. String? label,
  3. String? hint,
  4. bool danger = false,
  5. bool disabled = false,
  6. VoidCallback? run,
})

Implementation

const TabMenuItem({this.icon, this.label, this.hint, this.danger = false, this.disabled = false, this.run})
    : divider = false;