services/fullscreen_service library
Service for managing fullscreen mode state.
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://opensource.org/license/gpl-3-0.
Properties
-
fullscreenModeNotifier
→ ValueNotifier<
bool> -
Global notifier for fullscreen mode state.
When true, sidebars and navigation elements should be hidden.
final
Functions
-
toggleFullscreenMode(
) → void - Toggles the fullscreen mode on/off.