LineDrawPart class

The line of shape.

Inheritance

Constructors

LineDrawPart({required Offset start, required Offset end, required DrawPaint paint})
const

Properties

canIgnore bool
Whether it is ture, it can be ignored.
no setteroverride
end Offset
The end point of line.
final
hashCode int
The hash code for this object.
no setterinherited
key String
The key of transfer value.
no setteroverride
paint DrawPaint
The paint of shape.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Offset
The start point of line.
final
transferValue Map<String, Object>
The value of transfer value.
no setterinherited
values Map<String, Object>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetValue(Offset o) Map<String, Object>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited