CSSLinkHtmlTagAttributes constructor

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

Implementation

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