CupertinoTabScaffoldData class

Constructors

CupertinoTabScaffoldData({Color? backgroundColor, Key? widgetKey, List<BottomNavigationBarItem>? items, Widget bodyBuilder(BuildContext context, int index)?, ObstructingPreferredSizeWidget? appBarBuilder(BuildContext context, int index)?, CupertinoTabViewData tabViewDataBuilder(BuildContext context, int index)?, bool? useCupertinoTabView = true, bool? resizeToAvoidBottomInset, bool? resizeToAvoidBottomInsetTab, Color? tabsBackgroundColor, CupertinoTabController? controller, String? restorationId, String? restorationScopeIdTabView, double? navBarHeight})

Properties

appBarBuilder ObstructingPreferredSizeWidget? Function(BuildContext context, int index)?
final
backgroundColor Color?
finalinherited
bodyBuilder Widget Function(BuildContext context, int index)?
final
controller CupertinoTabController?
final
hashCode int
The hash code for this object.
no setterinherited
items List<BottomNavigationBarItem>?
final
final
resizeToAvoidBottomInset bool?
final
resizeToAvoidBottomInsetTab bool?
final
restorationId String?
final
restorationScopeIdTabView String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabsBackgroundColor Color?
final
tabViewDataBuilder CupertinoTabViewData Function(BuildContext context, int index)?
final
useCupertinoTabView bool?
final
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited