dashScale property

dynamic get dashScale

Implementation

get dashScale => uniforms["dashScale"]["value"];
set dashScale (dynamic value)

Implementation

set dashScale(value) {
  uniforms["dashScale"]["value"] = value;
}