trimRight property

Text get trimRight

Implementation

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