hintIdeographic method
Implementation
NikuTextField hintIdeographic() {
this._hint_textBaseline = TextBaseline.ideographic;
return this;
}
NikuTextField hintIdeographic() {
this._hint_textBaseline = TextBaseline.ideographic;
return this;
}