py3 method

Widget py3()

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

Implementation

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