SectionListWidget constructor Null safety

SectionListWidget(
  1. {dynamic super}
)

Implementation

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