Screens class

Constructors

Screens({dynamic fixedOverlayWidgets, dynamic overlayEvents, CustomOverlay? errorOverlay, Widget? loaderWidget, Function? dispose})

Properties

dispose Function?
final
errorOverlay CustomOverlay?
final
fixedOverlayWidgets List<Widget>
final
hashCode int
The hash code for this object.
no setterinherited
loaderWidget Widget?
final
overlayEvents Map<String, CustomOverlay>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overlay(Widget widget, {List<Widget> fixedOverlayWidgets = const [], Map<String, CustomOverlay> overlayEvents = const {}, CustomOverlay? errorOverlay, Widget? loaderWidget}) OverlayWidget
toString() String
A string representation of this object.
inherited
widget({GlobalKey<ScaffoldState>? scaffoldKey, bool showAppBar = false, bool isAccent = false, bool isStatic = false, bool isDefaultScaffold = false, String appBarText = '', PreferredSizeWidget? appBarWidget, EdgeInsets? padding, Widget? child, List<Widget>? children, Widget? bottomNavigationBar, Brightness? statusBarBrightness, Color? backgroundColor, SafeAreaConfig safeAreaConfig = const SafeAreaConfig(), Widget? floatingActionButton, FloatingActionButtonAnimator? floatingActionButtonAnimator, FloatingActionButtonLocation? floatingActionButtonLocation, List<Widget> fixedOverlayWidgets = const [], Map<String, CustomOverlay> overlayEvents = const {}, CustomOverlay? errorOverlay, Widget? loaderWidget, Function? dispose}) ScreenWidget

Operators

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