Small constructor
const
Small({})
Creates a <small> fine-print descriptor.
Implementation
const Small({super.text, super.className, super.style, super.attrs, super.children = const [], super.on}) : super('small');
Creates a <small> fine-print descriptor.
const Small({super.text, super.className, super.style, super.attrs, super.children = const [], super.on}) : super('small');