italic method

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: FontStyle.italic)

Implementation

NikuSelectableText italic() {
  _fontStyle = FontStyle.italic;

  return this;
}