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