EmojiKeyboardText constructor

EmojiKeyboardText({
  1. String? text,
  2. int? fontSize,
  3. String? placeholder,
  4. String? tintColor,
  5. bool? isChangable,
  6. ValueNotifier<String?>? onTextChange,
  7. EmojiFieldTap? onTap,
})

Implementation

EmojiKeyboardText(
    {this.text,
    this.fontSize,
    this.placeholder,
    this.tintColor,
    this.isChangable,
    this.onTextChange,
    this.onTap});