DartBoardPath constructor
DartBoardPath(
- String path,
- String rootPath, {
- WidgetBuilder? builder,
- bool showAnimation = true,
Implementation
DartBoardPath(this.path, this.rootPath,
{this.builder, this.showAnimation = true});