forcedColorAdjust property

String forcedColorAdjust

Implementation

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

Implementation

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