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