FollowingDashboardItem constructor
FollowingDashboardItem({
- Key? key,
- FollowingView? followingView,
- required FollowingModel? value,
- required AppModel app,
- required FollowingDashboardModel dashboardModel,
Implementation
FollowingDashboardItem({
super.key,
this.followingView,
required this.value,
required this.app,
required this.dashboardModel,
});