trimLeft property

Text get trimLeft

Implementation

Text get trimLeft {
  return copyWith(text: data!.trimLeft());
}