isFullWidth property

bool get isFullWidth

Check if the string contains any full-width chars

Implementation

bool get isFullWidth => RegexUtils.fullWidth.hasMatch(this);