LoadingOverlayStyle class
Constructors
- LoadingOverlayStyle.new({TextStyle? hintStyle, double space = 14, Color? loadingColor, Color? backgroundColor, int hintMaxLines = 1, double loadingSize = 48, int loadingIndex = -1, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(14)), BoxConstraints constraints = const BoxConstraints.tightFor(width: 80, height: 80)})
-
const
Properties
- backgroundColor → Color?
-
final
- borderRadius → BorderRadius
-
final
- constraints → BoxConstraints
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hintMaxLines → int
-
final
- hintStyle → TextStyle?
-
final
- loadingColor → Color?
-
final
- loadingIndex → int
-
final
- loadingSize → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- space → double
-
final
Methods
-
copyWith(
{Color? loadingColor, Color? backgroundColor, double? loadingSize, int? loadingIndex, BorderRadius? borderRadius, BoxConstraints? constraints, TextStyle? hintStyle, double? space, int? hintMaxLines}) → LoadingOverlayStyle -
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(
LoadingOverlayStyle? a, LoadingOverlayStyle? b, double t) → LoadingOverlayStyle