ShapeConfig class

Configuration for shape morphing.

Constructors

ShapeConfig.circle()
Circle shape
factory
ShapeConfig.custom(BorderRadius borderRadius)
Custom border radius
factory
ShapeConfig.rectangle()
Rectangle with no border radius
factory
ShapeConfig.roundedRect({double borderRadius = 8})
Rounded rectangle
factory

Properties

borderRadius BorderRadius?
final
hashCode int
The hash code for this object.
no setteroverride
isCircle bool
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

Operators

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