errorFontStyle method

NikuTextField errorFontStyle(
  1. FontStyle fontStyle
)

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: input)

Implementation

NikuTextField errorFontStyle(FontStyle fontStyle) {
  this._error_fontStyle = fontStyle;

  return this;
}