GraphLine class
Represents a line that can be drawn on a canvas.
- Inheritance
-
- Object
- DrawableObject
- GraphLine
Constructors
Properties
Methods
-
draw(
Canvas canvas, Size size) → void -
Draws the line on the given
canvas
with the providedsize
.override -
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