alignRight method

Text alignRight()

Aligns text to the right.

Implementation

Text alignRight() {
  return copyWith(textAlign: TextAlign.right);
}