centered property

Text get centered

Centers this Text horizontally.

Implementation

Text get centered => copyWith(textAlign: TextAlign.center);