IFrame class

Inheritance
Available extensions

Constructors

IFrame({required String src, required String title, int? width, int? height, Loading? loading, String? allow, ReferrerPolicy? referrerPolicy, Set<Sandbox>? sandbox, String? id, Iterable<String>? classes, Iterable<String>? inlineStyles})

Properties

allow String?
getter/setter pair
args Map<String, String?>?
getter/setter pairinherited
children Iterable<Element>
getter/setter pairinherited
classes Iterable<String>?
getter/setter pairinherited
copyWith → _IFrameCopyWith

Available on IFrame, provided by the IFrameCopyWith extension

no setter
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
id String?
getter/setter pairinherited
imageSize String
no setter
inlineStyles Iterable<String>?
getter/setter pairinherited
innerText String
no setterinherited
loading Loading?
getter/setter pair
modifiers String
no setterinherited
referrerPolicy ReferrerPolicy?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox Set<Sandbox>?
getter/setter pair
src String
getter/setter pair
title String
getter/setter pair
width int?
getter/setter pair

Methods

build() String
override
collectChildrenOfType<E>({required List<E> into}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited