pl2 property

Widget pl2

Implementation

Widget get pl2 => Padding(
      child: this,
      padding: const EdgeInsets.only(left: 2),
    );