outlineColor property

String outlineColor

Gets the value of "outline-color"

Implementation

String get outlineColor => getPropertyValue('outline-color');
void outlineColor=(String value)

Sets the value of "outline-color"

Implementation

set outlineColor(String value) {
  setProperty('outline-color', value, '');
}