FlutterPathPointsPath class abstract

Abstract path that uses Actor PathPoints, slightly higher level that FlutterPath. Most shapes can use this, but if they want to use a different procedural backing call, they should implement FlutterPath and generate the path another way.

Implemented types
Implementers

Constructors

FlutterPathPointsPath()

Properties

deformedPoints List<PathPoint>
no setter
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setter
path Path
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initializeGraphics() → void
override
invalidatePath() → 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