Path constructor

const Path(
  1. String pattern,
  2. PathWidgetBuilder builder, {
  3. bool openInSecondScreen = false,
})

Implementation

const Path(this.pattern, this.builder, {this.openInSecondScreen = false});