py property

void py=(double v)

Implementation

set py(double v) {
  useParent((c) => Padding(
        padding: EdgeInsets.symmetric(vertical: v),
        child: c,
      ));
}