FastTabs constructor
const
FastTabs({})
Implementation
const FastTabs({
Key? key,
required this.tabs,
required this.views,
this.isViewScrollable = true,
this.initialIndex = 0,
this.unselectedLabelColor,
this.unselectedLabelStyle,
this.indicatorWeight,
this.indicatorColor,
this.labelColor,
this.labelStyle,
}) : super(key: key);