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