isVariableWidth property
bool
get
isVariableWidth
Check if the string contains a mixture of full and half-width chars
Implementation
bool get isVariableWidth => isFullWidth && isHalfWidth;
Check if the string contains a mixture of full and half-width chars
bool get isVariableWidth => isFullWidth && isHalfWidth;