px property

void px=(double v)

Implementation

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