py5 method

Widget py5()

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

Implementation

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