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