opacity property

String get opacity

Gets the value of "opacity"

Implementation

String get opacity => getPropertyValue('opacity');
set opacity (String value)

Sets the value of "opacity"

Implementation

set opacity(String value) {
  setProperty('opacity', value, '');
}