JsonSetWidgetBuilder constructor

JsonSetWidgetBuilder({
  1. Map<String, JsonWidgetData?>? widgets,
})

Implementation

JsonSetWidgetBuilder({
  this.widgets,
}) : super(numSupportedChildren: kNumSupportedChildren);