Small constructor

Small([
  1. String? value
])

The <small> HTML element represents side-comments and small print, like copyright and legal text, independent of its styled presentation. Read more...

Implementation

Small([super.value]) {
  tag = 'small';
}