BaseResponsivePreffered constructor
const
BaseResponsivePreffered({})
Implementation
const BaseResponsivePreffered({
super.key,
this.height,
this.common = const SizedBox(),
this.mobile,
this.tablet,
this.laptop,
this.desktop,
});