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