fill property

String fill
override

Implementation

String get fill => JS("String", "#.fill", this);
void fill= (String value)

Implementation

set fill(String value) {
  JS("void", "#.fill = #", this, value);
}