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