NiceResponsivePadding constructor
const
NiceResponsivePadding({
- Key? key,
- required Widget child,
- required EdgeInsets xs,
- EdgeInsets? sm,
- EdgeInsets? md,
- EdgeInsets? lg,
- EdgeInsets? xl,
- EdgeInsets? xxl,
Implementation
const NiceResponsivePadding({
super.key,
required this.child,
required this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
});