MaterialTabScaffoldData class final
- Inheritance
-
- Object
- MaterialScaffoldData
- MaterialTabScaffoldData
Constructors
-
MaterialTabScaffoldData({Key? widgetKey, Color? backgroundColor, bool resizeToAvoidBottomInset = kDefaultResizeToAvoidBottomInset, Widget? body, Widget? floatingActionButton, FloatingActionButtonLocation? floatingActionButtonLocation, FloatingActionButtonAnimator? floatingActionButtonAnimator, Widget? drawer, void onDrawerChanged(bool)?, Widget? endDrawer, void onEndDrawerChanged(bool)?, Widget? bottomSheet, bool primary = MaterialScaffoldData.kPrimary, DragStartBehavior drawerDragStartBehavior = MaterialScaffoldData.kDrawerDragStartBehavior, bool extendBody = MaterialScaffoldData.kExtendBody, bool drawerBarrierDismissible = MaterialScaffoldData.kDrawerBarrierDismissible, bool extendBodyBehindAppBar = MaterialScaffoldData.kExtendBodyBehindAppBar, Color? drawerScrimColor, double? drawerEdgeDragWidth, bool drawerEnableOpenDragGesture = MaterialScaffoldData.kDrawerEnableOpenDragGesture, bool endDrawerEnableOpenDragGesture = MaterialScaffoldData.kEndDrawerEnableOpenDragGesture, String? restorationId, List<
TabDestinationData> ? tabDestinationsData, TabController? controller, IndexedWidgetBuilder? tabBuilder}) -
const
Properties
- appBar → PreferredSizeWidget?
-
finalinherited
- backgroundColor → Color?
-
finalinherited
- body → Widget?
-
finalinherited
- bottomSheet → Widget?
-
finalinherited
-
bottomSheetScrimBuilder
→ Widget? Function(BuildContext, Animation<
double> )? -
finalinherited
- controller → TabController?
-
final
- drawer → Widget?
-
finalinherited
- drawerBarrierDismissible → bool
-
finalinherited
- drawerDragStartBehavior → DragStartBehavior
-
finalinherited
- drawerEdgeDragWidth → double?
-
finalinherited
- drawerEnableOpenDragGesture → bool
-
finalinherited
- drawerScrimColor → Color?
-
finalinherited
- endDrawer → Widget?
-
finalinherited
- endDrawerEnableOpenDragGesture → bool
-
finalinherited
- extendBody → bool
-
finalinherited
- extendBodyBehindAppBar → bool
-
finalinherited
- floatingActionButton → Widget?
-
finalinherited
- floatingActionButtonAnimator → FloatingActionButtonAnimator?
-
finalinherited
- floatingActionButtonLocation → FloatingActionButtonLocation?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDrawerChanged → void Function(bool)?
-
finalinherited
- onEndDrawerChanged → void Function(bool)?
-
finalinherited
-
finalinherited
-
finalinherited
-
finalinherited
- primary → bool
-
finalinherited
- resizeToAvoidBottomInset → bool
-
finalinherited
- restorationId → String?
-
finalinherited
- 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