DartBoardPath constructor

DartBoardPath(
  1. String path,
  2. String rootPath, {
  3. WidgetBuilder? builder,
  4. bool showAnimation = true,
})

Implementation

DartBoardPath(this.path, this.rootPath,
    {this.builder, this.showAnimation = true});