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