helperIdeographic method

NikuTextField helperIdeographic()

Using TextBaseline.ideographic

Equivalent to

TextStyle(textBaseline: Textbaseline.ideographic)

Implementation

NikuTextField helperIdeographic() {
  _helper_textBaseline = TextBaseline.ideographic;

  return this;
}