CupertinoTabScaffoldData class final

Inheritance

Constructors

CupertinoTabScaffoldData({Key? widgetKey, Color? backgroundColor, bool resizeToAvoidBottomInset = kDefaultResizeToAvoidBottomInset, Widget? body, ObstructingPreferredSizeWidget? navigationBar, List<TabDestinationData>? tabDestinationsData, CupertinoTabController? controller, IndexedWidgetBuilder? tabBuilder, String? restorationId})
const

Properties

backgroundColor Color?
finalinherited
body Widget?
finalinherited
controller CupertinoTabController?
final
hashCode int
The hash code for this object.
no setterinherited
finalinherited
resizeToAvoidBottomInset bool
finalinherited
restorationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabBuilder IndexedWidgetBuilder?
final
tabDestinationsData List<TabDestinationData>?
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