FollowingViewWidget constructor
FollowingViewWidget({
- Key? key,
- required AppModel app,
- required FollowingViewCallback followingViewCallback,
- required FollowingView followingView,
Implementation
FollowingViewWidget(
{super.key,
required this.app,
required this.followingViewCallback,
required this.followingView});