TenTabs constructor
const
TenTabs({
- Key? key,
- required List<
TenTab> tabs, - TabController? controller,
- double dividerHeight = 0,
- bool showIndicator = false,
- double padding = 8,
- TabAlignment? tabAlignment,
- TextStyle? labelStyle,
- void onTap()?,
Implementation
const TenTabs(
{super.key,
required this.tabs,
this.controller,
this.dividerHeight = 0,
this.showIndicator = false,
this.padding = 8,
this.tabAlignment,
this.labelStyle,
this.onTap});