ModLoadingConfig class
Constructors
- ModLoadingConfig({String? imagePath, IconData? icon, bool animate = true, double size = 32, ModLoadingPosition position = ModLoadingPosition.center, Color? backgroundColor, double borderRadius = 8, EdgeInsets? padding, bool barrierDismissible = false, String? title, ModLoadingOrientation orientation = ModLoadingOrientation.vertical, double spacing = 20})
Properties
- animate → bool
-
final
- backgroundColor → Color?
-
final
- barrierDismissible → bool
-
final
- borderRadius → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
final
- imagePath → String?
-
final
- orientation → ModLoadingOrientation
-
final
- padding → EdgeInsets?
-
final
- position → ModLoadingPosition
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
final
- spacing → double
-
final
- title → String?
-
final
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