end method
Set alignment to end, suitable for dynamic TextDirection
Equivalent to
Text(textAlign: TextAlign.end)
Implementation
NikuSelectableText end() {
_textAlign = TextAlign.end;
return this;
}
Set alignment to end, suitable for dynamic TextDirection
Equivalent to
Text(textAlign: TextAlign.end)
NikuSelectableText end() {
_textAlign = TextAlign.end;
return this;
}