TabButton constructor

TabButton({
  1. IconData? icon,
  2. Function? onTap,
  3. String tooltip = '',
  4. bool selected = false,
})

Implementation

TabButton({this.icon, this.onTap, this.tooltip = '', this.selected = false});