outline property Null safety

String outline

Gets the value of "outline"

Implementation

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

Sets the value of "outline"

Implementation

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