P constructor

P([
  1. String? value
])

The <p> HTML element represents a paragraph. Read more...

Implementation

P([super.value]) {
  tag = 'p';
}