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