textCenter property

Text textCenter

Align the text in the center of the container.

Implementation

Text get textCenter => _copyWith(textAlign: TextAlign.center);