closeFullScreen property

VoidCallback closeFullScreen
final

The callbacks used to open and close full screen mode.

Because full-screen mode depends on the Widget tree, that is left to the widget on top of this one.

Implementation

final VoidCallback openFullScreen, closeFullScreen;