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