menu
pulsar_web package
documentation
engine/morphic/conten_elements.dart
Iframe
allow method
allow method
dark_mode
light_mode
allow
method
Iframe
allow
(
String
a
)
Implementation
Iframe allow(String a) { attr('allow', StringAttribute(a)); return this; }
pulsar_web package
documentation
engine/morphic/conten_elements
Iframe
allow method
Iframe class