BookletListWidget constructor Null safety

BookletListWidget(
  1. {dynamic super}
)

Implementation

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