MaterialTabScaffoldData class

Constructors

MaterialTabScaffoldData({Color? backgroundColor, Key? widgetKey, Widget bodyBuilder(BuildContext context, int index)?, PreferredSizeWidget? appBarBuilder(BuildContext context, int index)?, MaterialTabController? controller, Widget? drawer, Widget? endDrawer, Widget? floatingActionButton, FloatingActionButtonAnimator? floatingActionButtonAnimator, FloatingActionButtonLocation? floatingActionButtonLocation, List<Widget>? persistentFooterButtons, bool? primary, Widget? bottomSheet, DragStartBehavior? drawerDragStartBehavior, bool? extendBody, bool? resizeToAvoidBottomInset, Color? drawerScrimColor, double? drawerEdgeDragWidth, bool? extendBodyBehindAppBar, Color? tabsBackgroundColor, bool? drawerEnableOpenDragGesture, bool? endDrawerEnableOpenDragGesture, String? restorationId, DrawerCallback? onDrawerChanged, DrawerCallback? onEndDrawerChanged, AlignmentDirectional? persistentFooterAlignment, double? height})

Properties

appBarBuilder → (PreferredSizeWidget? Function(BuildContext context, int index)?)
final
backgroundColor Color?
finalinherited
bodyBuilder → (Widget Function(BuildContext context, int index)?)
final
bottomSheet Widget?
final
controller MaterialTabController?
final
drawer Widget?
final
drawerDragStartBehavior DragStartBehavior?
final
drawerEdgeDragWidth double?
final
drawerEnableOpenDragGesture bool?
final
drawerScrimColor Color?
final
endDrawer Widget?
final
endDrawerEnableOpenDragGesture bool?
final
extendBody bool?
final
extendBodyBehindAppBar bool?
final
floatingActionButton Widget?
final
floatingActionButtonAnimator FloatingActionButtonAnimator?
final
floatingActionButtonLocation FloatingActionButtonLocation?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
onDrawerChanged DrawerCallback?
final
onEndDrawerChanged DrawerCallback?
final
persistentFooterAlignment AlignmentDirectional?
final
persistentFooterButtons List<Widget>?
final
primary bool?
final
resizeToAvoidBottomInset bool?
final
restorationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabsBackgroundColor Color?
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