outlineColor property
Gets the value of "outline-color"
Implementation
String get outlineColor => getPropertyValue('outline-color');
Sets the value of "outline-color"
Implementation
set outlineColor(String value) {
setProperty('outline-color', value, '');
}