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

//
/// This only has an effect on widgets that respect the [DefaultTextStyle],
/// such as [Text].
/// {@endtemplate}
final TextAlign? textAlign;