TabSwitcherMinimizedTab constructor

TabSwitcherMinimizedTab(
  1. TabSwitcherTab _tab,
  2. VoidCallback onTap,
  3. VoidCallback onClose,
  4. bool _isCurrent,
)

Implementation

TabSwitcherMinimizedTab(this._tab, this.onTap, this.onClose, this._isCurrent);