custom static method

StrokeDasharray custom(
  1. String value
)

Implementation

static StrokeDasharray custom(String value) {
  return StrokeDasharray(value);
}