SplashRoute constructor

const SplashRoute(
  1. String route, {
  2. Object? arguments,
})

Creates a SplashRoute with the given route and optional arguments.

Implementation

const SplashRoute(this.route, {this.arguments});