Instant transition (no animation).
static Route<T> instant<T>(Widget page) => transition<T>(page, effect: RouteEffect.instant);