delayOnlyOnce property

bool delayOnlyOnce
final

Whether to only delay the first animation when this widget is created.

If this is true (default), all subsequent changes to tween will be animated instantly. If this is false, those changes will only start animating after delay as well.

Implementation

final bool delayOnlyOnce;