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