Using TextBaseline.ideographic
Equivalent to
Row( textBaseline: Textbaseline.ideographic )
NikuRow ideographic() { _textBaseline = TextBaseline.ideographic; return this; }