GrcTabBar constructor
const
GrcTabBar({
- Key? key,
- required List<
String> tabs, - required List<
Widget> content, - Style? style,
- Color? activeTabBackground,
- Color? tabBackground,
- TabBarAlignment? tabBarAlignment,
- TabBarPosition? tabBarPosition,
Implementation
const GrcTabBar(
{super.key,
required this.tabs,
required this.content,
this.style,
this.activeTabBackground,
this.tabBackground,
this.tabBarAlignment,
this.tabBarPosition});