TabBarHeaderView constructor

const TabBarHeaderView({
  1. Key? key,
  2. required TabSelectionController selectionController,
  3. required int index,
  4. required IconData icon,
})

Implementation

const TabBarHeaderView({
  super.key,
  required this.selectionController,
  required this.index,
  required this.icon
});