ResponsiveLayout constructor
const
ResponsiveLayout({})
Implementation
const ResponsiveLayout({
super.key,
required this.tiny,
required this.phone,
required this.tablet,
required this.largeTablet,
this.largeTablet1,
this.largeTablet2,
this.computerSmall,
required this.computer,
});