DartBoardPage constructor
DartBoardPage({
- required String path,
- required String rootTarget,
- WidgetBuilder? builder,
- bool showAnimation = true,
Implementation
DartBoardPage(
{required this.path,
required this.rootTarget,
this.builder,
this.showAnimation = true})
: super(key: ValueKey(path));