isFullWidth property
bool
get
isFullWidth
Check if the string contains any full-width chars
Implementation
bool get isFullWidth => RegexUtils.fullWidth.hasMatch(this);
Check if the string contains any full-width chars
bool get isFullWidth => RegexUtils.fullWidth.hasMatch(this);