menu
flutter_langdetect package
documentation
utils/lang_profile.dart
LangProfile
romanCharRe property
romanCharRe property
dark_mode
light_mode
romanCharRe
property
RegExp
romanCharRe
final
Implementation
static final RegExp romanCharRe = RegExp(r'^[A-Za-z]$');
flutter_langdetect package
documentation
utils/lang_profile
LangProfile
romanCharRe property
LangProfile class