ChatCustomEmojiView constructor

const ChatCustomEmojiView({
  1. Key? key,
  2. int? index,
  3. String? data,
  4. double widgetWidth = 100,
})

Implementation

const ChatCustomEmojiView({
  Key? key,
  this.index,
  this.data,
  this.widgetWidth = 100,
}) : super(key: key);