dashScale property
dynamic
get
dashScale
Implementation
get dashScale => this.uniforms["dashScale"]["value"];
set
dashScale
(dynamic value)
Implementation
set dashScale(value) {
this.uniforms["dashScale"]["value"] = value;
}