pt16 property

Widget get pt16

Implementation

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