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