strokeOpacity property

double get strokeOpacity

Implementation

double get strokeOpacity => strokeOpacityListenable.value;
set strokeOpacity (double opacity)

Sets the opacity level for drawing strokes.

Implementation

set strokeOpacity(double opacity) {
  strokeOpacityListenable.value = opacity;
}