py function

PaddingAttribute py(
  1. double space
)

Padding verttical

Implementation

PaddingAttribute py(double space) =>
    PaddingAttribute(top: space, bottom: space);