getJustifiedAlign static method

TextAlign getJustifiedAlign()

Gets justified text alignment (works for both LTR and RTL)

Implementation

static TextAlign getJustifiedAlign() {
  return TextAlign.justify;
}