center property
VxSelectableTextBuilder
get
center
How the text should be aligned horizontally.
To align text in center
Implementation
VxSelectableTextBuilder get center => this.._textAlign = TextAlign.center;