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