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