StrokeWidth constructor

StrokeWidth(
  1. double value
)

Implementation

StrokeWidth(double value) {
  _value = value;
}