shadowColor property

String shadowColor

Implementation

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

Implementation

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