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