color property

String color

Represent the color.

Implementation

String get color {
  return _font.color;
}
void color=(String value)

Implementation

set color(String value) {
  _font.color = value;
}