Gets the value of "text-security"
Source
String get textSecurity => getPropertyValue('text-security');
Sets the value of "text-security"
Source
set textSecurity(String value) { setProperty('text-security', value, ''); }
Gets the value of "text-security"
String get textSecurity => getPropertyValue('text-security');
Sets the value of "text-security"
set textSecurity(String value) { setProperty('text-security', value, ''); }