NetLine class

Constructors

NetLine({Color lineColor = Colors.yellow, double strokeWidth = 2, Color coreColor = Colors.white, bool showLine = false, bool showPointOnly = false, Color pointBorderColor = Colors.yellow})

Properties

coreColor Color
give color to the core(inner circle) of the net point
final
hashCode int
The hash code for this object.
no setterinherited
lineColor Color
give color to the net line
final
pointBorderColor Color
give color to the outer circle of the net Point
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLine bool
whether to display the net line or not.
final
showPointOnly bool
to display only the netpoints
final
strokeWidth double
give width of the net line drawn
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