fill
inline fun fill(duration: Duration = 400.0.ms, fromValue: Color? = null, toValue: Color? = null, configuration: FillTransition.() -> Unit): FillTransition
Append a FillTransition.
Return
the animation added.
Parameters
duration
length of this animation.
configuration
the configuration block that customizes animation.