TencentCloudMessageReactionSelectorPanel constructor

const TencentCloudMessageReactionSelectorPanel({
  1. Key? key,
  2. required String msgID,
  3. required int backgroundColor,
  4. required String platformMode,
  5. required int borderColor,
})

Implementation

const TencentCloudMessageReactionSelectorPanel({
  super.key,
  required this.msgID,
  required this.backgroundColor,
  required this.platformMode,
  required this.borderColor,
});