M3EShapes class

Annotations

Constructors

M3EShapes({required M3EShapeSet round, required M3EShapeSet square})
const
M3EShapes.expressive()
factory

Properties

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

Methods

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

Static Methods

lerp(M3EShapes a, M3EShapes b, double t) M3EShapes