material method
Implementation
DefineMTileModifier material(
[MaterialType value = MaterialType.transparency]) {
return this.copyWith(valueMaterialType: value);
}
DefineMTileModifier material(
[MaterialType value = MaterialType.transparency]) {
return this.copyWith(valueMaterialType: value);
}