fullWidth property
Matches full-width characters (used in Japanese, Chinese, Korean).
Implementation
static final RegExp fullWidth = RegExp(
r'[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]');
Matches full-width characters (used in Japanese, Chinese, Korean).
static final RegExp fullWidth = RegExp(
r'[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]');