check if the string contains any full-width chars
bool isFullWidth(String str) { return _fullWidth.hasMatch(str); }