CupertinoPageScaffoldData class

Constructors

CupertinoPageScaffoldData({Color? backgroundColor, Widget? body, Key? widgetKey, ObstructingPreferredSizeWidget? navigationBar, CupertinoTabBar? bottomTabBar, bool? resizeToAvoidBottomInset, bool? resizeToAvoidBottomInsetTab, Color? backgroundColorTab, String? restorationIdTab, CupertinoTabController? controller})

Properties

backgroundColor Color?
finalinherited
backgroundColorTab Color?
final
body Widget?
finalinherited
bottomTabBar CupertinoTabBar?
final
controller CupertinoTabController?
final
hashCode int
The hash code for this object.
no setterinherited
final
resizeToAvoidBottomInset bool?
final
resizeToAvoidBottomInsetTab bool?
final
restorationIdTab String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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