left property

Text get left

Implementation

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