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