animate property

ValueCell<bool>? animate
final

Should the transition between pages be animated?

If the value of this cell is true, page transitions are animated using the animation duration and curve function given in duration and curve. duration and curve may not be null if the value of this cell is true.

If this property is null, the page transitions are not animated.

Implementation

final ValueCell<bool>? animate;