DartBoardPage constructor

DartBoardPage({
  1. required String path,
  2. required String rootTarget,
  3. WidgetBuilder? builder,
  4. bool showAnimation = true,
})

Implementation

DartBoardPage(
    {required this.path,
    required this.rootTarget,
    this.builder,
    this.showAnimation = true})
    : super(key: ValueKey(path));