menu
video_viewer package
documentation
ui/fullscreen.dart
FullScreenPage
FullScreenPage const constructor
FullScreenPage const constructor
dark_mode
light_mode
FullScreenPage
constructor
const
FullScreenPage
(
{
Key
?
key
,
required
bool
fixedLandscape
,
})
Implementation
const FullScreenPage({ Key? key, required this.fixedLandscape, }) : super(key: key);
video_viewer package
documentation
ui/fullscreen
FullScreenPage
FullScreenPage const constructor
FullScreenPage class