ResponsiveLayout constructor
Creates a ResponsiveLayout.
Implementation
const ResponsiveLayout({
super.key,
required this.portrait,
required this.landscape,
});
Creates a ResponsiveLayout.
const ResponsiveLayout({
super.key,
required this.portrait,
required this.landscape,
});