TabBarProps constructor
const
TabBarProps({
- required List<
TabBarItemProps> tabs, - required int selectedIndex,
- required void onChanged(
- int index
- bool fill = false,
Implementation
const TabBarProps({
required this.tabs,
required this.selectedIndex,
required this.onChanged,
this.fill = false,
});