MaterialNode constructor
MaterialNode([
- dynamic scope = MaterialNode.COLOR
Implementation
MaterialNode([scope = MaterialNode.COLOR]) : super() {
generateLength = 2;
this.scope = scope;
}