py4 method

Widget py4()

Applies vertical padding (top and bottom) of BsSpacing.s4.

Implementation

Widget py4() => Padding(
  padding: EdgeInsets.symmetric(vertical: BsSpacing.s4),
  child: this,
);