label constructor
const
label(})
The <label> HTML element represents a caption for an item in a user interface.
Implementation
const label(
this.children, {
this.htmlFor,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});