Flutter
widgets
Decoration
lerpTo
lerpTo
Flutter
widgets
Decoration
lerpTo
method
lerpTo
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
lerpTo
(
Decoration
b
,
double
t
)
Linearly interpolates from
this
to
b
.
Source
Decoration lerpTo(Decoration b, double t) => b;