AssignmentListWidget constructor
      
      AssignmentListWidget({ 
    
    
- Key? key,
- required AppModel app,
- bool? readOnly,
- String? form,
- AssignmentWidgetProvider? widgetProvider,
- bool? isEmbedded,
- BackgroundModel? listBackground,
Implementation
AssignmentListWidget(
    {super.key,
    required this.app,
    this.readOnly,
    this.form,
    this.widgetProvider,
    this.isEmbedded,
    this.listBackground});