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