pb32 property

Widget get pb32

Implementation

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