CustomPadding constructor

CustomPadding({
  1. required EdgeInsets padding,
})

Implementation

CustomPadding({required this.padding});