TencentCloudChatCardCreate constructor

const TencentCloudChatCardCreate({
  1. Key? key,
  2. required Function onSendCard,
  3. required Function onClosed,
  4. required bool isWide,
})

Implementation

const TencentCloudChatCardCreate({
  super.key,
  required this.onSendCard,
  required this.onClosed,
  required this.isWide,
});