FlutterScaffold class

Implemented types
Annotations

Constructors

FlutterScaffold({@cN FlutterKey? key, @cN AnyWidget? appBar, @cN AnyWidget? body, @cN AnyWidget? floatingActionButton, @cN AnyWidgetList? persistentFooterButtons, @cN AnyWidget? drawer, @cN AnyWidget? endDrawer, @cN AnyWidget? bottomNavigationBar, @cN AnyWidget? bottomSheet, FlutterColor? backgroundColor, bool? resizeToAvoidBottomInset, bool? primary, bool? extendBody, bool? extendBodyBehindAppBar, FlutterColor? drawerScrimColor, double? drawerEdgeDragWidth, bool? drawerEnableOpenDragGesture, bool? endDrawerEnableOpenDragGesture, String? restorationId})
factory
FlutterScaffold.fromJson(Map<String, dynamic> json)
factory
FlutterScaffold.openDrawer()
factory
FlutterScaffold.openEndDrawer()
factory
FlutterScaffold.showBodyScrim(bool value, double opacity)
factory
FlutterScaffold.showBottomSheet(@c AnyWidget child, {FlutterColor? backgroundColor, double? elevation, @cN FlutterShapeBorder? shape, FlutterClip? clipBehavior, FlutterBoxConstraints? constraints, bool? enableDrag})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(AnyWidgetContext context, ActionPayload payload) FutureOr<AWActions?>
override
map<TResult extends Object?>(TResult $default(_FlutterScaffold value), {required TResult openDrawer(_FlutterScaffoldOpenDrawer value), required TResult openEndDrawer(_FlutterScaffoldOpenEndDrawer value), required TResult showBodyScrim(_FlutterScaffoldShowBodyScrim value), required TResult showBottomSheet(_FlutterScaffoldShowBottomSheet value)}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) Widget
override

Operators

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