DocumentListWidget constructor Null safety

DocumentListWidget(
  1. {dynamic super}
)

Implementation

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