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