SmartResponsive constructor
const
SmartResponsive({})
Creates a SmartResponsive widget.
Implementation
const SmartResponsive({
super.key,
required this.mobile,
required this.tablet,
required this.desktop,
});
Creates a SmartResponsive widget.
const SmartResponsive({
super.key,
required this.mobile,
required this.tablet,
required this.desktop,
});