menu
fluido package
documentation
screen/screen_orientation.dart
ScreenOrientation
ScreenOrientation const constructor
ScreenOrientation const constructor
dark_mode
light_mode
ScreenOrientation
constructor
const
ScreenOrientation
(
{
Key
?
key
,
required
Widget
landscape
,
required
Widget
portrait
,
})
Implementation
const ScreenOrientation( {super.key, required this.landscape, required this.portrait});
fluido package
documentation
screen/screen_orientation
ScreenOrientation
ScreenOrientation const constructor
ScreenOrientation class