py1 method
Applies vertical padding (top and bottom) of BsSpacing.s1.
Implementation
Widget py1() => Padding(
padding: EdgeInsets.symmetric(vertical: BsSpacing.s1),
child: this,
);
Applies vertical padding (top and bottom) of BsSpacing.s1.
Widget py1() => Padding(
padding: EdgeInsets.symmetric(vertical: BsSpacing.s1),
child: this,
);