PinStyle class

Constructors

PinStyle({bool? showShadow = true, Color? pinColor, Color? pinBorderColor, Color? thumbColor, Color? shadowColor, double? arrowHeight, double? arrowWidth, @Deprecated("Use thumbSizeValue instead") double? thumbWidth, double? thumbSizeValue, double? pinWidth, double? pinBorderWidth, double? pinDistance, double? shadowElevation, TextStyle? textStyle})
Defines a Moon Design linear progress pin style.
const

Properties

arrowHeight double?
The height of the progress pin arrow.
final
arrowWidth double?
The width of the progress pin arrow.
final
hashCode int
The hash code for this object.
no setterinherited
pinBorderColor Color?
The border color of the progress pin.
final
pinBorderWidth double?
The border width of the progress pin.
final
pinColor Color?
The color of the progress pin.
final
pinDistance double?
The vertical distance between the progress pin and the linear progress widget.
final
pinWidth double?
The width of the progress pin.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color?
The shadow color of the progress pin.
final
shadowElevation double?
The shadow elevation of the progress pin.
final
showShadow bool?
Whether to show a shadow around the progress pin.
final
textStyle TextStyle?
The text style of the progress pin.
final
thumbColor Color?
The color of the progress thumb.
final
thumbSizeValue double?
The size value of the progress thumb.
final
thumbWidth double?
The width of the progress thumb.
final

Methods

copyWith({bool? showShadow, Color? pinColor, Color? pinBorderColor, Color? thumbColor, Color? shadowColor, double? arrowHeight, double? arrowWidth, double? thumbWidth, double? thumbSizeValue, double? pinWidth, double? pinBorderWidth, double? pinDistance, double? shadowElevation, TextStyle? textStyle}) PinStyle
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