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