fontStyle method
Whether to slant the glyphs in the font
Equivalent to
TextStyle(fontStyle: input)
Implementation
NikuSelectableText fontStyle(FontStyle fontStyle) {
_fontStyle = fontStyle;
return this;
}
Whether to slant the glyphs in the font
Equivalent to
TextStyle(fontStyle: input)
NikuSelectableText fontStyle(FontStyle fontStyle) {
_fontStyle = fontStyle;
return this;
}