LoadingThemeData class
Constructors
- LoadingThemeData.new({bool dismissible = true, Curve curve = Curves.easeInOut, Alignment alignment = Alignment.center, Color barrierColor = Colors.black38, Curve reverseCurve = Curves.easeInOutBack, LoadingOverlayStyle style = const LoadingOverlayStyle()})
-
const
Properties
- alignment → Alignment
-
final
- barrierColor → Color
-
final
- curve → Curve
-
final
- dismissible → bool
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- reverseCurve → Curve
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → LoadingOverlayStyle
-
final
Methods
-
copyWith(
{bool? dismissible, Color? barrierColor, Alignment? alignment, Curve? curve, Curve? reverseCurve, LoadingOverlayStyle? style}) → LoadingThemeData -
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.
override
Static Methods
-
lerp(
LoadingThemeData? a, LoadingThemeData? b, double t) → LoadingThemeData -
maybeOf(
BuildContext context) → LoadingThemeData? -
of(
BuildContext context) → LoadingThemeData