allowFullscreen property - IFrameElement class - dart:html library (original) (raw)

description

bool? getallowFullscreen

Implementation

bool? get allowFullscreen native;

setallowFullscreen (bool? value)

Implementation

set allowFullscreen(bool? value) native;