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