Div constructor

Div([
  1. String? value
])

The <div> HTML element is the generic container for flow content. Read more...

Implementation

Div([super.value]) {
  tag = 'div';
}