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