capitalize property

Text get capitalize

Implementation

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