PathMetricsTransformation class

A path transformation that moves the initial position along a path based on metrics.

Inheritance

Constructors

PathMetricsTransformation({required Path path})
Creates a PathMetricsTransformation with the given path.

Properties

hashCode int
The hash code for this object.
no setterinherited
path Path
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(Offset initialPosition, double progress) Offset
Transforms the initial position based on the progress of the transformation.
override

Operators

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