fontFeatures method
A feature tag and value that affect the selection of glyphs in a font
Equivalent to
TextStyle(fontFeatures: input)
Implementation
NikuButton fontFeatures(List<FontFeature> fontFeatures) {
_text_fontFeatures = fontFeatures;
return this;
}