SWApp class

Inheritance

Constructors

SWApp({Key? key})
const

Properties

actions Map<Type, Action<Intent>>?
finalinherited
backButtonDispatcher BackButtonDispatcher?
finalinherited
builder TransitionBuilder?
finalinherited
checkerboardOffscreenLayers bool
finalinherited
checkerboardRasterCacheImages bool
finalinherited
color Color?
finalinherited
customTransition → CustomTransition?
finalinherited
darkTheme ThemeData?
finalinherited
debugShowCheckedModeBanner bool
finalinherited
debugShowMaterialGrid bool
finalinherited
defaultGlobalState bool?
finalinherited
defaultTransition → Transition?
finalinherited
enableLog bool?
finalinherited
fallbackLocale Locale?
finalinherited
getPages List<GetPage>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
highContrastDarkTheme ThemeData?
finalinherited
highContrastTheme ThemeData?
finalinherited
home Widget?
finalinherited
initialBinding → Bindings?
finalinherited
initialRoute String?
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
locale Locale?
finalinherited
localeListResolutionCallback LocaleListResolutionCallback?
finalinherited
localeResolutionCallback LocaleResolutionCallback?
finalinherited
localizationsDelegates Iterable<LocalizationsDelegate>?
finalinherited
logWriterCallback → LogWriterCallback?
finalinherited
finalinherited
finalinherited
onDispose VoidCallback?
finalinherited
onGenerateInitialRoutes InitialRouteListFactory?
finalinherited
onGenerateRoute RouteFactory?
finalinherited
onGenerateTitle GenerateAppTitle?
finalinherited
onInit VoidCallback?
finalinherited
onReady VoidCallback?
finalinherited
onUnknownRoute RouteFactory?
finalinherited
opaqueRoute bool?
finalinherited
popGesture bool?
finalinherited
routeInformationParser RouteInformationParser<Object>?
finalinherited
routeInformationProvider RouteInformationProvider?
finalinherited
routerDelegate RouterDelegate<Object>?
finalinherited
routes Map<String, WidgetBuilder>?
finalinherited
routingCallback ValueChanged<Routing?>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldMessengerKey GlobalKey<ScaffoldMessengerState>?
finalinherited
scrollBehavior ScrollBehavior?
finalinherited
shortcuts Map<LogicalKeySet, Intent>?
finalinherited
showPerformanceOverlay bool
finalinherited
showSemanticsDebugger bool
finalinherited
smartManagement → SmartManagement
finalinherited
supportedLocales Iterable<Locale>
finalinherited
textDirection TextDirection?
finalinherited
theme ThemeData?
finalinherited
themeMode ThemeMode
finalinherited
title String
finalinherited
transitionDuration Duration?
finalinherited
translations → Translations?
finalinherited
translationsKeys Map<String, Map<String, String>>?
finalinherited
unknownRoute → GetPage?
finalinherited
useInheritedMediaQuery bool
finalinherited

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
defaultBuilder(BuildContext context, Widget? child) Widget
inherited
generator(RouteSettings settings) Route
inherited
initialRoutesGenerate(String name) List<Route>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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