CSSLinkHtmlTagAttributes constructor
CSSLinkHtmlTagAttributes({
- bool? alternate,
- CrossOrigin? crossOrigin,
- bool? disabled,
- String? id,
- String? integrity,
- String? media,
- ReferrerPolicy? referrerPolicy,
- String? title,
Implementation
CSSLinkHtmlTagAttributes(
{this.alternate,
this.crossOrigin,
this.disabled,
this.id,
this.integrity,
this.media,
this.referrerPolicy,
this.title});