TabBarWithoutAppBar constructor

const TabBarWithoutAppBar({
  1. Color? colorTabBar,
  2. TabBar? tabBar,
})

Implementation

const TabBarWithoutAppBar({this.colorTabBar, this.tabBar});