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