P constructor
P([
- String? value
The <p> HTML element represents a paragraph.
Read more...
Implementation
P([super.value]) {
tag = 'p';
}
The <p> HTML element represents a paragraph.
Read more...
P([super.value]) {
tag = 'p';
}