material method

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

Implementation

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