EasyPadding constructor
const
EasyPadding({})
Implementation
const EasyPadding(
{Key? key,
required this.child,
this.all,
this.horizontal,
this.vertical,
this.top,
this.right,
this.bottom,
this.left})
: super(key: key);