asPassword property
bool
get
asPassword
Implementation
bool get asPassword {
obscureText = true;
maxLines = 1;
return true;
}
set
asPassword
(bool value)
Implementation
set asPassword(bool value) {
obscureText = value;
maxLines = 1;
}