Flutter
widgets
Decoration
lerpFrom
lerpFrom
Flutter
widgets
Decoration
lerpFrom
method
lerpFrom
Source
Flutter
widgets
Decoration
Static methods
lerp
Constructors
Decoration
Properties
isComplex
padding
hashCode
runtimeType
Operators
operator ==
Methods
createBoxPainter
debugAssertIsValid
hitTest
lerpFrom
lerpTo
toString
noSuchMethod
Decoration
lerpFrom
(
Decoration
a
,
double
t
)
Linearly interpolates from
a
to
this
.
Source
Decoration lerpFrom(Decoration a, double t) => this;