DartBoardDecoration constructor

DartBoardDecoration({
  1. required String name,
  2. required WidgetWithChildBuilder decoration,
  3. bool enabled = true,
})

Implementation

DartBoardDecoration(
    {required this.name, required this.decoration, this.enabled = true});