FollowingViewWidget constructor

FollowingViewWidget({
  1. Key? key,
  2. required AppModel app,
  3. required FollowingViewCallback followingViewCallback,
  4. required FollowingView followingView,
})

Implementation

FollowingViewWidget(
    {super.key,
    required this.app,
    required this.followingViewCallback,
    required this.followingView});