seamless function

Attribute<SeamlessAttr> seamless(
  1. String value
)

Implementation

Attribute<SeamlessAttr> seamless(String value) {
  return Attribute('seamless', value);
}