pl1 property

Widget get pl1

Implementation

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