textCenter method
Aligns the text to the center (equivalent to text-center).
Implementation
Text textCenter() => _copyWithTextAlign(TextAlign.center);
Aligns the text to the center (equivalent to text-center).
Text textCenter() => _copyWithTextAlign(TextAlign.center);