ResponsivePadding constructor
const
ResponsivePadding({
- Key? key,
- required Widget child,
- EdgeInsets? mobile,
- EdgeInsets? tablet,
- EdgeInsets? desktop,
Implementation
const ResponsivePadding({
super.key,
required this.child,
this.mobile,
this.tablet,
this.desktop,
});