allowFullscreen property - IFrameElement class - dart:html library (original) (raw)
bool? getallowFullscreen
Implementation
bool? get allowFullscreen native;
setallowFullscreen (bool? value)
Implementation
set allowFullscreen(bool? value) native;
bool? getallowFullscreen
bool? get allowFullscreen native;
setallowFullscreen (bool? value)
set allowFullscreen(bool? value) native;