strokeOpacity property

double strokeOpacity
inherited

Implementation

double get strokeOpacity=>_strokeOpacity;
void strokeOpacity=(double value)
inherited

Implementation

set strokeOpacity(double value){
  _strokeOpacity=value;
  _sendData('setPolyStrokeOpacity',{'strokeOpacity':_strokeOpacity});
}