bpad method

List<Widget> bpad([
  1. int units = 2
])

Implementation

List<Widget> bpad([int units = 2]) {
  return [
    ...this,
    sunnySpacing.vspace(units),
  ];
}