Responsive constructor
const
Responsive({})
Implementation
const Responsive({
Key? key,
required this.mobile,
required this.tablet,
required this.desktop,
this.mobileSize = 650,
this.tabletSize = 1100,
}) : super(key: key);