FlickerConfiguration class
Some sort of comment
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- colors ↔ FlickerColors
-
getter/setter pair
- dashboardRoute ↔ RouteInfo?
-
getter/setter pair
- displayOptions ↔ FlickerDisplayOptions
-
getter/setter pair
- errorScreen ↔ Widget?
-
getter/setter pair
-
isAppInitialised
↔ Completer<
void> ? -
getter/setter pair
-
getter/setter pair
-
routes
↔ List<
RouteInfo> -
getter/setter pair
- unknownScreen ↔ Widget?
-
getter/setter pair
- waitingScreen ↔ Widget?
-
getter/setter pair
Static Methods
-
getErrorScreen(
) → Widget? -
getUnknownScreen(
) → Widget? -
getWaitingScreen(
) → Widget? -
set(
{Widget? unknownScreen, Widget? errorScreen, Widget? waitingScreen, List< RouteInfo> ? routes, RouteInfo? dashboardRoute, FlickerColors? colors, Completer<void> ? isAppInitialised, FlickerDisplayOptions? displayOptions}) → void