pl12 property

Widget get pl12

Implementation

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