pl32 property

Widget pl32

Implementation

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