meter constructor
const
meter(})
The <meter> HTML element represents either a scalar value within a known range or a fractional value.
Implementation
const meter(
this.children, {
this.value,
this.min,
this.max,
this.low,
this.high,
this.optimum,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});