Gets the value of "user-select"
Source
String get userSelect => getPropertyValue('user-select');
Sets the value of "user-select"
Source
set userSelect(String value) {
setProperty('user-select', value, '');
}
Gets the value of "user-select"
String get userSelect => getPropertyValue('user-select');
Sets the value of "user-select"
set userSelect(String value) {
setProperty('user-select', value, '');
}