textAlign property

TextAlign? textAlign
final

The align to be applied to the anchor's child. This only has an effect on widgets that respect the DefaultTextStyle, such as Text.

Implementation

final TextAlign? textAlign;