duration property

Duration duration
final

The Duration over which any changes to this Foil's gradient will intrinsically animate. Default is 500ms.

Furthermore, if isUnwrapped is made true, gradient will smoothly Gradient.lerp to an appropriately-Typed transparent gradient for tweening over duration.

unwrapping at various Durations

Implementation

final Duration duration;