setAnimation method
The main animation that is used by the Route
Implementation
void setAnimation(Animation<dynamic>? animation) {
_animation = animation;
}
The main animation that is used by the Route
void setAnimation(Animation<dynamic>? animation) {
_animation = animation;
}