VTabBar constructor
const
VTabBar({
- Key? key,
- required List<
Widget> vTabs, - VTabBarStyle? style,
- VExt? vExt,
- TabController? controller,
Implementation
const VTabBar({
Key? key,
required this.vTabs,
this.style,
this.vExt,
this.controller,
}) : super(key: key);