Link constructor
const
Link({
- String? href,
- String? media,
- String? rel,
- String? sizes,
- String? type,
- String? accesskey,
- bool autofocus = false,
- List<
StyleClass> ? classList, - bool contentEditable = false,
- String? dir,
- String? id,
- String? lang,
- String? role,
- bool spellcheck = false,
- List<
StyleCSS> ? styleList, - int? tabindex,
- String? title,
Implementation
const Link({
this.href,
this.media,
this.rel,
this.sizes,
this.type,
this.accesskey,
this.autofocus = false,
this.classList,
this.contentEditable = false,
this.contextmenu,
this.dir,
this.hidden = false,
this.id,
this.lang,
this.role,
this.spellcheck = false,
this.styleList,
this.tabindex,
this.title,
});