ChatExpression constructor
const
ChatExpression(
- String emojiImage,
- double bigSizeRatio,
- EmojiClick? emojiClicked, {
- Key? key,
Implementation
const ChatExpression(
this.emojiImage,
this.bigSizeRatio,
this.emojiClicked, {
super.key,
});