passwordNormal1AllowedWhitespace property Null safety
read / write
Password (Normal) Regex Allowing all character Must contains at least: 1 letter & 1 number Minimum character: 8
Implementation
static String passwordNormal1AllowedWhitespace =
r'^(?=.*[A-Za-z])(?=.*\d)[\S ]{8,}$';