LerpProperties<T> class

Implemented types

Constructors

LerpProperties(MaterialStateProperty<T?>? a, MaterialStateProperty<T?>? b, double t, T? lerp(T?, T?, double))
const

Properties

a MaterialStateProperty<T?>?
final
b MaterialStateProperty<T?>?
final
hashCode int
The hash code for this object.
no setterinherited
lerp → T? Function(T?, T?, double)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(Set<MaterialState> states) → T?
Returns a value of type T that depends on states.
override
toString() String
A string representation of this object.
inherited

Operators

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