lowercase property

Text get lowercase

Implementation

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