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