BlockUnblockComponent constructor

const BlockUnblockComponent(
  1. {Key? key,
  2. required FriendData userData,
  3. dynamic onBlockTap(
      )?,
    1. dynamic onUnBlockTap(
        )?}
      )

      Implementation

      const BlockUnblockComponent({super.key, required this.userData, this.onBlockTap, this.onUnBlockTap});