pr32 property

Widget pr32

Implementation

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