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