pl16 property
Widget
get
pl16
Implementation
Widget get pl16 => Padding(
child: this,
padding: const EdgeInsets.only(left: 16),
);
Widget get pl16 => Padding(
child: this,
padding: const EdgeInsets.only(left: 16),
);