UiTabRouter constructor
UiTabRouter({})
Constructor
Implementation
UiTabRouter({
required this.initialPath,
required this.tabs,
this.tabBarColor = Colors.grey,
this.tabBarHeight = 80,
this.indicatorColor = Colors.blue,
this.indicatorHeight = 2.0,
}) : state = ValueNotifier(initialPath);