italic method

NikuButton italic()

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: FontStyle.italic)

Implementation

NikuButton italic() {
  _text_fontStyle = FontStyle.italic;

  return this;
}