material method

DefineMContainerModifier material([
  1. MaterialType value = MaterialType.transparency
])

Implementation

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