JuiTabBarView constructor
const
JuiTabBarView({
- Key? key,
- required TabController tabController,
- required List<
Widget> views,
Implementation
const JuiTabBarView({Key? key, required this.tabController, required this.views})
: super(key: key);