TextTabs constructor
const
TextTabs({})
Implementation
const TextTabs(
{required this.labels,
this.onTabChange,
required this.fontSize,
required this.colorTab,
Key? key})
: super(key: key);
const TextTabs(
{required this.labels,
this.onTabChange,
required this.fontSize,
required this.colorTab,
Key? key})
: super(key: key);