textAlign property

TextAlign? textAlign
final

How the message of the tooltip is aligned horizontally.

If this property is null, then TooltipThemeData.textAlign is used. If TooltipThemeData.textAlign is also null, the default value is TextAlign.start.

Implementation

final TextAlign? textAlign;