py1 method

Widget py1()

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

Implementation

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