DynamicWidgetListWidget constructor Null safety

DynamicWidgetListWidget(
  1. {dynamic super}
)

Implementation

DynamicWidgetListWidget(
    {super.key,
    required this.app,
    this.readOnly,
    this.form,
    this.widgetProvider,
    this.isEmbedded,
    this.listBackground});