Current route (last in the routes history).
String get route => routes.lastOrNull == null ? Routes.home : routes.last;