LineInfo class

Constructors

LineInfo(bool isCurve)

Properties

curvePath Path?
曲线
no setter
endPoint Offset?
no setter
hashCode int
The hash code for this object.
no setterinherited
isCurve bool
曲线
final
path Path?
no setter
pointList List<Offset>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPoint Offset?
getter/setter pair

Methods

appendPoint(ChartItemLayoutState point) → void
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