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