UiPadding constructor
const
UiPadding({})
UiWidget for Padding, or AnimatedPadding if duration is present.
Implementation
const UiPadding({
super.key,
this.padding,
this.all,
this.left,
this.top,
this.right,
this.bottom,
this.horizontal,
this.vertical,
super.duration,
super.curve,
super.onEnd,
super.child,
});