ChatExpression constructor

const ChatExpression(
  1. String emojiImage,
  2. double bigSizeRatio,
  3. EmojiClick? emojiClicked, {
  4. Key? key,
})

Implementation

const ChatExpression(
  this.emojiImage,
  this.bigSizeRatio,
  this.emojiClicked, {
  super.key,
});