Morph class final

Available extensions

Constructors

Morph(RoundedPolygon _start, RoundedPolygon _end)

Properties

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

Methods

asCubics(double progress) List<Cubic>
calculateBounds({bool approximate = true}) Rect
calculateMaxBounds() Rect
forEachCubic(double progress, void callback(MutableCubic), [MutableCubic? mutableCubic]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPath({required double progress, Path? path, double startAngle = 0.0}) Path

Available on Morph, provided by the MorphExtension extension

toString() String
A string representation of this object.
override

Operators

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