opacity property
Gets the value of "opacity"
Implementation
String get opacity => getPropertyValue('opacity');
Sets the value of "opacity"
Implementation
set opacity(String value) {
setProperty('opacity', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "opacity"
String get opacity => getPropertyValue('opacity');
Sets the value of "opacity"
set opacity(String value) {
setProperty('opacity', value, '');
}