menu
fullscreen_window package
documentation
fullscreen_window_platform_interface.dart
FullScreenWindowPlatform
getScreenSize method
getScreenSize method
dark_mode
light_mode
getScreenSize
method
Future
<
Size
>
getScreenSize
(
BuildContext
?
context
)
Implementation
Future<Size> getScreenSize(BuildContext? context) { throw UnimplementedError(); }
fullscreen_window package
documentation
fullscreen_window_platform_interface
FullScreenWindowPlatform
getScreenSize method
FullScreenWindowPlatform class