floodOpacity property

String get floodOpacity

Implementation

_i2.String get floodOpacity => _i4.getProperty(
      this,
      'floodOpacity',
    );
set floodOpacity (String value)

Implementation

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