alignLeft method

Text alignLeft()

Aligns text to the left.

Implementation

Text alignLeft() {
  return copyWith(textAlign: TextAlign.left);
}