EntaoApp class
Constructors
- EntaoApp()
Properties
- context → BuildContext
-
no setter
- currentContext → BuildContext
-
no setter
- currentTheme → ThemeData
-
no setter
-
globalKey
↔ GlobalKey<
NavigatorState> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- listTileHorizontalTitleGap ↔ double
-
getter/setter pair
- localDelegate ↔ LocalizationsDelegate?
-
getter/setter pair
- locale ↔ Locale?
-
getter/setter pair
- onGenerateTitle ↔ String Function(BuildContext)?
-
getter/setter pair
- onLogout ↔ VoidCallback?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedLocales
↔ List<
Locale> ? -
getter/setter pair
- textTheme → TextTheme
-
no setter
- themeData → ThemeData
-
no setter
- themeDataDark ↔ ThemeData?
-
getter/setter pair
- themeDataLight ↔ ThemeData
-
getter/setter pair
- themeMode ↔ ThemeMode
-
getter/setter pair
- themeState → ThemeState?
-
no setter
- title ↔ String
-
getter/setter pair
Methods
-
appBuilder(
BuildContext context, Widget? w) → Widget -
logout(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pop<
T> ([T? result]) → void -
prepare(
) → Future< void> -
run(
Widget? home, {TransitionBuilder? builder, ScrollBehavior? scrollBehavior, Color? color, Map< ShortcutActivator, Intent> ? shortcuts, Map<Type, Action< ? actions, String? restorationScopeId, AnimationStyle? themeAnimationStyle}) → voidIntent> > -
themeDark(
{ThemeData? data, Color? seed, bool? useMaterial3}) → void -
themeLight(
{ThemeData? data, Color? seed, bool? useMaterial3}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited