py2 method

Widget py2()

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

Implementation

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