RouteConfiguration constructor

RouteConfiguration(
  1. String route, {
  2. HomeTab? tab,
  3. bool authorized = true,
  4. Map<String, dynamic> arguments = const {},
})

Implementation

RouteConfiguration(
  this.route, {
  this.tab,
  this.authorized = true,
  this.arguments = const {},
});