pt32 property

Widget get pt32

Implementation

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