LoadingScreenHandler class
- Annotations
Constructors
- LoadingScreenHandler({required BuildContext context, String? id, Color? color, String? text, double? progress, void refresh()?})
Properties
- color ↔ Color?
-
getter/setter pair
- context ↔ BuildContext
-
getter/setter pair
- expired ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- progress ↔ double?
-
getter/setter pair
- refresh ↔ void Function()
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
getter/setter pair
Methods
-
hide(
) → dynamic -
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