Responsive constructor
Implementation
const Responsive({
super.key,
required this.mobile,
required this.tablet,
required this.desktop,
required this.largeDesktop,
});
const Responsive({
super.key,
required this.mobile,
required this.tablet,
required this.desktop,
required this.largeDesktop,
});