boxShadow property

String boxShadow

Implementation

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

Implementation

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