KeyPage constructor

KeyPage(
  1. String key,
  2. int parameterCount,
  3. Widget builder(
    1. List<String> param
    ),
  4. SplitRouterPosition position, {
  5. List<PageRequirement>? requirements,
  6. bool bottomPage = false,
})

Implementation

KeyPage(
  this.key,
  this.parameterCount,
  this.builder,
  this.position, {
  this.requirements,
  this.bottomPage = false,
});