helperIdeographic method

NikuTextField helperIdeographic()

Using TextBaseline.ideographic

Equivalent to

TextStyle(textBaseline: Textbaseline.ideographic)

Implementation

NikuTextField helperIdeographic() {
  this._helper_textBaseline = TextBaseline.ideographic;

  return this;
}