highlight property
Gets the value of "highlight"
Implementation
String get highlight => getPropertyValue('highlight');
Sets the value of "highlight"
Implementation
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, '');
}