animateFirst property

bool animateFirst
final

Determines if this widget animates during its first build.

The onAnimationStart and onAnimationEnd callbacks will not be called during the first build and no animation occurs, if this is set to false.

Defaults to true.

Implementation

final bool animateFirst;