Q constructor
Q([
- String? value
The <q> HTML element indicates
that the enclosed text
is a short inline quotation.
Read more...
Implementation
Q([super.value]) {
tag = 'q';
}
The <q> HTML element indicates
that the enclosed text
is a short inline quotation.
Read more...
Q([super.value]) {
tag = 'q';
}