kBundledEmojiFontFamily top-level constant
String
const kBundledEmojiFontFamily
Emoji font bundled with this package, subset to the codepoints the emoji picker uses.
Only needed on Flutter web. The CanvasKit and Skwasm renderers ignore the browser font stack and download a fallback emoji font on demand, so without a bundled font emoji render as blank boxes until that download succeeds. Native platforms ship their own color emoji font and work offline already.
The keyboard applies this automatically on web, both to the emoji picker grid and to VirtualKeypadTextField. Use the constant directly when you need the same coverage elsewhere in your app, or call VirtualKeypadEmojiFont.withVirtualKeypadEmojiFont on your theme.
Implementation
const String kBundledEmojiFontFamily = 'packages/virtual_keypad/NotoEmoji';