PageRoute constructor

PageRoute(
  1. String path,
  2. BeamPage builder(
    1. BuildContext,
    2. BeamState,
    3. Object?
    )
)

Implementation

PageRoute(this.path, this.builder);