EditTextCompositionStyle constructor
EditTextCompositionStyle({})
Implementation
EditTextCompositionStyle({
required this.name,
required this.title,
required this.customEmojiId,
required this.prompt,
required this.showCreator,
});