allowEmojis property

bool? allowEmojis
final

Whether the user can use emojis as text input. Emojis are not cross-platform compatible. If you use the serialization feature to share edits across different platforms emojis will be rendered with the system's local set of emojis and will appear differently.

// Defaults to:
false

Implementation

final bool? allowEmojis;