createModalController static method
- TickerProvider vsync
Implementation
static AnimationController createModalController(TickerProvider vsync) {
return AnimationController(
duration: RALIAnimationDuration.modalTransition,
vsync: vsync,
);
}