justify property
VxTextBuilder
get
justify
To align text as justify
Implementation
VxTextBuilder get justify => this.._textAlign = TextAlign.justify;
To align text as justify
VxTextBuilder get justify => this.._textAlign = TextAlign.justify;