center property

VxTextBuilder center

How the text should be aligned horizontally.

To align text in center

Implementation

VxTextBuilder get center => this.._textAlign = TextAlign.center;