CSSLinkHtmlTagAttributes constructor

CSSLinkHtmlTagAttributes({
  1. String? id,
  2. String? media,
  3. CrossOrigin? crossOrigin,
  4. String? integrity,
  5. ReferrerPolicy? referrerPolicy,
  6. bool? disabled,
  7. bool? alternate,
  8. String? title,
})

Implementation

CSSLinkHtmlTagAttributes(
    {this.id,
    this.media,
    this.crossOrigin,
    this.integrity,
    this.referrerPolicy,
    this.disabled,
    this.alternate,
    this.title});