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