DefaultStyle class
Default dialog style with differnet alert types StylishDialogType
Constructors
- DefaultStyle({Color backgroundColor = Colors.white, bool animationLoop = false, Color? progressColor})
Properties
- animationLoop → bool
-
Play animations in a loop.
final
- backgroundColor → Color
-
Change the background color of dialog
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressColor ↔ Color?
-
Use this property to customize the color of the progress bar.
getter/setter pair
- 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