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