ZwapSliderDecoration class

Constructors

ZwapSliderDecoration({Color? backgroundColor, Color? disabledBackgroundColor, Color? fillColor, Color? disabledFillColor, BorderRadius? borderRadius, Color? thumbColor, Color? disabledThumbColor, double backgroundHeight = 4, double fillHeight = 4})
ZwapSliderDecoration.primary()
const

Properties

backgroundColor Color?
final
backgroundHeight double
final
borderRadius BorderRadius?
final
disabledBackgroundColor Color?
final
disabledFillColor Color?
final
disabledThumbColor Color?
final
fillColor Color?
final
fillHeight double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor Color?
final

Methods

copyWith({Color? backgroundColor, Color? fillColor, BorderRadius? borderRadius, Color? thumbColor}) ZwapSliderDecoration
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