pl property
set
pl
(double v)
Implementation
set pl(double v) {
useParent((c) => Padding(
padding: EdgeInsets.only(left: v),
child: c,
));
}
set pl(double v) {
useParent((c) => Padding(
padding: EdgeInsets.only(left: v),
child: c,
));
}