RoutePage constructor

const RoutePage({
  1. String? name,
  2. String? path,
  3. bool fullscreenDialog = false,
})

Implementation

const RoutePage({this.name, this.path, this.fullscreenDialog = false});