textCenter method

Text textCenter()

Aligns the text to the center (equivalent to text-center).

Implementation

Text textCenter() => _copyWithTextAlign(TextAlign.center);