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