LineConnectorDecoration class

Defines the decoration for the line connectors between the dots.

Constructors

LineConnectorDecoration({Color color = Colors.blueGrey, double strokeWidth = 1.0, double linePadding = 0.0})
const

Properties

color Color
The stroke color.
final
hashCode int
The hash code for this object.
no setterinherited
linePadding double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double
The width of the stroke.
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