TextKey(String text, {String? capsText}) : super( text: text, capsText: capsText ?? text.toUpperCase(), keyType: VirtualKeyboardKeyType.String, );