prefixFontStyle method
Whether to slant the glyphs in the font
Equivalent to
TextStyle(fontStyle: input)
Implementation
NikuTextField prefixFontStyle(FontStyle fontStyle) {
this._prefix_fontStyle = fontStyle;
return this;
}
Whether to slant the glyphs in the font
Equivalent to
TextStyle(fontStyle: input)
NikuTextField prefixFontStyle(FontStyle fontStyle) {
this._prefix_fontStyle = fontStyle;
return this;
}