textDirection method
Set whether text is left-to-right or right-to-left direction.
Equivalent to
Row(textDirection: input)
Implementation
NikuRow textDirection(TextDirection textDirection) {
this._textDirection = textDirection;
return this;
}