strokeWidth property

LogicalPixel get strokeWidth

Implementation

LogicalPixel get strokeWidth {
  _CLogicalPixel res = _CPolygon_strokeWidth(_CPolygonMakeDefault().._impl=_self);
  return res._toDart();
}
set strokeWidth (LogicalPixel width)

Implementation

set strokeWidth(LogicalPixel width) {
  var _a1 = width._copyFromDartTo_CLogicalPixel();
  void res = _CPolygon_setStrokeWidth_CLogicalPixel(_CPolygonMakeDefault().._impl=_self, _a1);
  return res;
}