UDefaultTabBar constructor
const
UDefaultTabBar({
- required List<
Widget> children, - required Widget tabBar,
- Key? key,
- double? width,
- double? height,
- TabController? controller,
- ScrollPhysics? physics,
- int initialIndex = 0,
Implementation
const UDefaultTabBar({
required this.children,
required this.tabBar,
super.key,
this.width,
this.height,
this.controller,
this.physics,
this.initialIndex = 0,
});