FloatingTabBar constructor
const
FloatingTabBar({
- Key? key,
- required List<
TabItem> children, - AppBar? parentAppbar,
- double? minExtendedWidth = 200,
- bool? useIndicator,
- Widget? leading,
- Color? indicatorColor,
- Color? activeColor,
- Color? inactiveColor,
- Color? backgroundColor,
- bool? isFloating = true,
- bool? useNautics = false,
- bool? showTabLabelsForNonFloating = false,
- bool? showTabLabelsForFloating = false,
- bool? smallScreenMode,
Implementation
const FloatingTabBar({
Key? key,
required this.children,
this.parentAppbar,
this.minExtendedWidth = 200,
this.useIndicator,
this.leading,
this.indicatorColor,
this.activeColor,
this.inactiveColor,
this.backgroundColor,
this.isFloating = true,
this.useNautics = false,
this.showTabLabelsForNonFloating = false,
this.showTabLabelsForFloating = false,
this.smallScreenMode,
this.nauticsFooter,
}) : super(key: key);