UIModuleMaterialApp class

Widget which extended MaterialApp for Path.

Inheritance

Constructors

UIModuleMaterialApp({Key? key, WidgetTheme widgetTheme = const WidgetTheme(), String flavor = "", WidgetBuilder? home, GlobalKey<NavigatorState>? navigatorKey, Map<String, RouteConfig> routes = const <String, RouteConfig>{}, String initialRoute = "/", List<NavigatorObserver> navigatorObservers = const <NavigatorObserver>[], String title = "", RouteFactory? onGenerateTitle, RouteConfig? onUnknownRoute, RouteConfig? onBootRoute, Color? color, ThemeColor? theme, ThemeColor? darkTheme, ThemeMode themeMode = ThemeMode.system, Locale? locale, Iterable<LocalizationsDelegate>? localizationsDelegates, Locale? localeListResolutionCallback(List<Locale>?, Iterable<Locale>)?, Locale? localeResolutionCallback(Locale?, Iterable<Locale>)?, Iterable<Locale> supportedLocales = const <Locale>[Locale('en', 'US')], bool debugShowMaterialGrid = false, bool showPerformanceOverlay = false, bool checkerboardRasterCacheImages = false, bool checkerboardOffscreenLayers = false, bool showSemanticsDebugger = false, Widget builder(BuildContext, Widget?)?, bool debugShowCheckedModeBanner = true, double minTextScaleFactor = 0.8, double maxTextScaleFactor = 1.2, List<Module> enableModules = const [], List<Module> availableModules = const [], DesignType designType = DesignType.modern, bool webStyle = true})
Widget which extended MaterialApp for Path.
const

Properties

availableModules List<Module>
final
builder → (Widget Function(BuildContext, Widget?)?)
final
checkerboardOffscreenLayers bool
final
checkerboardRasterCacheImages bool
final
color Color?
final
darkTheme ThemeColor?
final
debugShowCheckedModeBanner bool
final
debugShowMaterialGrid bool
final
designType DesignType
final
enableModules List<Module>
final
flavor String
final
hashCode int
The hash code for this object.
no setterinherited
home WidgetBuilder?
final
initialRoute String
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
locale Locale?
final
localeListResolutionCallback → (Locale? Function(List<Locale>?, Iterable<Locale>)?)
final
localeResolutionCallback → (Locale? Function(Locale?, Iterable<Locale>)?)
final
localizationsDelegates Iterable<LocalizationsDelegate>?
final
maxTextScaleFactor double
final
minTextScaleFactor double
final
final
final
onBootRoute RouteConfig?
final
onGenerateTitle RouteFactory?
final
onUnknownRoute RouteConfig?
final
routes Map<String, RouteConfig>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPerformanceOverlay bool
final
showSemanticsDebugger bool
final
supportedLocales Iterable<Locale>
final
theme ThemeColor?
final
themeMode ThemeMode
final
title String
final
webStyle bool
final
widgetTheme WidgetTheme
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
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
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