uppercase property

Text get uppercase

Implementation

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