strokeWidth property

String? strokeWidth

Implementation

String? get strokeWidth {
  if (_strokeWidth != null) {
    return _strokeWidth;
  }
  return null;
}