small
ReactElement
small(
Creates a <small> element.
Implementation
ReactElement small([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => domElement('small', props, children);
ReactElement
small(
Creates a <small> element.
ReactElement small([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => domElement('small', props, children);