containsFullScreenElementChanged property

Stream<bool> containsFullScreenElementChanged

A stream reflecting whether the document currently contains full-screen elements.

Implementation

Stream<bool> get containsFullScreenElementChanged =>
    _containsFullScreenElementChangedStreamController.stream;