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