FormeBaseConfiguration class

Constructors

FormeBaseConfiguration({Curve animationCurve = Curves.linear, bool animationEnable = true, Duration animationDuration = const Duration(milliseconds: 150), double? maximumHeight = 300, FormeMaterialConfiguration materialConfiguration = const FormeMaterialConfiguration()})
const

Properties

animationCurve Curve
final
animationDuration Duration
final
animationEnable bool
final
hashCode int
The hash code for this object.
no setterinherited
materialConfiguration FormeMaterialConfiguration
final
maximumHeight double?
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.
inherited