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