menu
auto_screen package
documentation
responsive_layout.dart
ResponsiveLayout
ResponsiveLayout.new const constructor
ResponsiveLayout.new const constructor
dark_mode
light_mode
ResponsiveLayout
constructor
const
ResponsiveLayout
(
{
Key
?
key
,
required
Widget
phone
,
Widget
?
tablet
,
Widget
?
desktop
,
})
Implementation
const ResponsiveLayout({ super.key, required this.phone, this.tablet, this.desktop, });
auto_screen package
documentation
responsive_layout
ResponsiveLayout
ResponsiveLayout.new const constructor
ResponsiveLayout class