shadowBlur property

num get shadowBlur

Implementation

_i2.num get shadowBlur => _i4.getProperty(
      this,
      'shadowBlur',
    );
set shadowBlur (num value)

Implementation

set shadowBlur(_i2.num value) {
  _i4.setProperty(
    this,
    'shadowBlur',
    value,
  );
}