Path constructor
const
Path(
- String pattern,
- PathWidgetBuilder builder, {
- bool openInSecondScreen = false,
Implementation
const Path(this.pattern, this.builder, {this.openInSecondScreen = false});