small static method
Creates a small text element.
Implementation
static FlintElement small(
Object? value, {
String? className,
Map<String, Object?> props = const {},
Map<String, Object?> style = const {},
DartStyle? dartStyle,
}) => _element('small', value, className, props, style, dartStyle);