TTabs constructor
const
TTabs({})
Implementation
const TTabs({
super.key,
required this.controller,
required this.tabs,
required this.onTabSelected,
this.initialIndex = 0,
this.backgroundColor,
this.activeColor,
this.inactiveColor,
this.activeTextColor,
this.inactiveTextColor,
});