BottomPadding constructor
const
BottomPadding({})
Implementation
const BottomPadding(
{super.key,
this.left = 20,
this.top = 10,
this.right = 20,
this.bottom = 10,
required this.child,
this.color});