fullscreenEnabled property

bool get fullscreenEnabled

Returns true if document has the ability to display elements fullscreen and fullscreen is supported, or false otherwise.

MDN Reference

Implementation

_i2.bool get fullscreenEnabled => _i4.getProperty(
      this,
      'fullscreenEnabled',
    );