LineDesign class

Constructors

LineDesign({required DesignType lineType, double lineWidth = 19.0, double lineSpacer = 35.0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lineSpacer double
Add a space between the indicator lines. The default is lineSpacer = 35.0
final
lineType DesignType
Add the type of the line. This must not be null. This needs to be DesignType.line_nonuniform or DesignType.line_uniform
final
lineWidth double
Add a width for the indicator lines. The default is lineWidth = 19.0
final
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