ListedItemListWidget constructor Null safety

ListedItemListWidget(
  1. {dynamic super}
)

Implementation

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