getJustifiedAlign static method
Gets justified text alignment (works for both LTR and RTL)
Implementation
static TextAlign getJustifiedAlign() {
return TextAlign.justify;
}
Gets justified text alignment (works for both LTR and RTL)
static TextAlign getJustifiedAlign() {
return TextAlign.justify;
}