outlineColor property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getoutlineColor

Gets the value of "outline-color"

Implementation

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

setoutlineColor (String value)

Sets the value of "outline-color"

Implementation

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