TabSwitcherMinimizedTab constructor
TabSwitcherMinimizedTab(
- TabSwitcherTab _tab,
- VoidCallback onTap,
- VoidCallback onClose,
- bool _isCurrent,
Implementation
TabSwitcherMinimizedTab(this._tab, this.onTap, this.onClose, this._isCurrent);