trim property

Text get trim

Implementation

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