TabsComponent constructor
const
TabsComponent({})
Implementation
const TabsComponent(
{Key? key,
required this.fontSize,
required this.colorTab,
required this.titlesTabs,
required this.contentTabs,
required this.onChangeIndex,
required this.onChangeTitle})
: super(key: key);