SenzuProgressBarStyle class
Constructors
- SenzuProgressBarStyle({double height = 4.0, double dotSize = 6.0, Color color = Colors.red, Color bufferedColor = const Color(0x4DFFFFFF), Color backgroundColor = const Color(0x33FFFFFF), Color dotColor = Colors.white, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(4)), Color tooltipBgColor = Colors.black87})
-
const
Properties
- backgroundColor → Color
-
final
- borderRadius → BorderRadius
-
final
- bufferedColor → Color
-
final
- color → Color
-
final
- dotColor → Color
-
final
- dotSize → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tooltipBgColor → Color
-
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