LineProps class

直线轴使用

Constructors

LineProps(Rect rect, Offset start, Offset end, {Size textStartSize = Size.zero, Size textEndSize = Size.zero})

Properties

distance double
no setter
end Offset
final
hashCode int
The hash code for this object.
no setterinherited
rect Rect
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Offset
final
textEndSize Size
final
textStartSize Size
存储文字的最大宽度和高度
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