outline property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getoutline
Gets the value of "outline"
Implementation
String get outline => getPropertyValue('outline');
setoutline (String value)
Sets the value of "outline"
Implementation
set outline(String value) {
setProperty('outline', value, '');
}