textCenter property
Text
get
textCenter
Aligns the text in the center of the container
Implementation
Text get textCenter => _copyWith(textAlign: TextAlign.center);
Aligns the text in the center of the container
Text get textCenter => _copyWith(textAlign: TextAlign.center);