maintainAnimation property

bool maintainAnimation
final

If false, the child and its sub-tree's animation tickers, if it has any, will be paused when in the collapsed state, if true, they will continue running.

The tickers will be paused regardless of whether the child is still visible in the collapsed state unless maintainAnimation is set to true.

Implementation

final bool maintainAnimation;