TabBarHeaderView constructor
const
TabBarHeaderView({
- Key? key,
- required TabSelectionController selectionController,
- required int index,
- required IconData icon,
Implementation
const TabBarHeaderView({
super.key,
required this.selectionController,
required this.index,
required this.icon
});