PaddingWrapper constructor
const
PaddingWrapper({})
Implementation
const PaddingWrapper({
super.key,
this.defaultPadding = 16.0, // Default padding value
this.left,
this.right,
this.bottom,
this.top,
required this.child,
});