PadHorizontal constructor

const PadHorizontal(
  1. double padding, {
  2. Key? key,
  3. Widget? child,
})

Provide a padding

Implementation

const PadHorizontal(this.padding, {Key? key, this.child}) : super(key: key);