floodOpacity property

String floodOpacity

Implementation

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

Implementation

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