FriendProfileScreen constructor

const FriendProfileScreen(
  1. {Key? key,
  2. bool isGuest = false,
  3. required int friendId,
  4. dynamic callBack(
    1. String status
    )?,
  5. dynamic blockCallBack(
      )?}
    )

    Implementation

    const FriendProfileScreen({super.key, this.isGuest = false, required this.friendId, this.callBack, this.blockCallBack});