StrokeDasharray constructor

StrokeDasharray(
  1. String value
)

Implementation

StrokeDasharray(String value) {
  _value = value;
}