opacity property

String opacity

Gets the value of "opacity"

Implementation

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

Sets the value of "opacity"

Implementation

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