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