p32 property

Widget get p32

Implementation

Widget get p32 => Padding(
      child: this,
      padding: const EdgeInsets.all(32),
    );