ideographic method

NikuRow ideographic()

Using TextBaseline.ideographic

Equivalent to

Row(
  textBaseline: Textbaseline.ideographic
)

Implementation

NikuRow ideographic() {
  this._textBaseline = TextBaseline.ideographic;

  return this;
}