accentColor property

String accentColor

Implementation

_i2.String get accentColor => _i4.getProperty(
      this,
      'accentColor',
    );
void accentColor=(String value)

Implementation

set accentColor(_i2.String value) {
  _i4.setProperty(
    this,
    'accentColor',
    value,
  );
}