menu
flutter_responsivity_helper package
documentation
widgets/device_detector_widget.dart
OrientationLayout
OrientationLayout.new const constructor
OrientationLayout.new const constructor
dark_mode
light_mode
OrientationLayout
constructor
const
OrientationLayout
(
{
Key
?
key
,
required
Widget
landscape
(),
Widget
portrait
()?,
})
Implementation
const OrientationLayout({ Key? key, required this.landscape, this.portrait, }) : super(key: key);
flutter_responsivity_helper package
documentation
widgets/device_detector_widget
OrientationLayout
OrientationLayout.new const constructor
OrientationLayout class