BlockUnblockComponent constructor
- {Key? key,
- required FriendData userData,
- dynamic onBlockTap(
- dynamic onUnBlockTap(
Implementation
const BlockUnblockComponent({super.key, required this.userData, this.onBlockTap, this.onUnBlockTap});
const BlockUnblockComponent({super.key, required this.userData, this.onBlockTap, this.onUnBlockTap});