FieldSet constructor

FieldSet([
  1. String? value
])

The <fieldset> HTML element is used to group several controls as well as labels (<label>) within a web form. Read more...

Implementation

FieldSet([super.value]) {
  tag = 'fieldset';
}