fontStyle method

NikuButton fontStyle(
  1. FontStyle fontStyle
)

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: input)

Implementation

NikuButton fontStyle(FontStyle fontStyle) {
  _text_fontStyle = fontStyle;

  return this;
}