custom static method

StrokeWidth custom(
  1. double value
)

Implementation

static StrokeWidth custom(double value) {
  return StrokeWidth(value);
}