strokeWidth property

LogicalPixel get strokeWidth

Ширина линии границы окружности.

Implementation

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

Implementation

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