left property

Text get left

Aligns this Text to the left.

Implementation

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