textAlign property

  1. @override
TextAlign? get textAlign
override

How the text should be aligned horizontally.

Implementation

@override
TextAlign? get textAlign => $value.textAlign;