muted function

Attribute<MutedAttr> muted(
  1. String value
)

Implementation

Attribute<MutedAttr> muted(String value) {
  return Attribute('muted', value);
}