color property

ThemeColor color

The color of this decoration.

Implementation

_i3.ThemeColor get color => _i5.getProperty(
      this,
      'color',
    );
void color=(ThemeColor value)

Implementation

set color(_i3.ThemeColor value) {
  _i5.setProperty(
    this,
    'color',
    value,
  );
}