CloseCommand class

A straight line from the current point to the current contour start point.

Inheritance

Constructors

CloseCommand()
Creates a new straight line from the current point to the current contour start point.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PathCommandType
The type of this path command.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFlutterString() String
A representation of this path command for dart:ui.
override
toString() String
A string representation of this object.
override
transformed(AffineMatrix matrix) CloseCommand
Returns a new path command transformed by matrix.
override

Operators

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