pb16 property

Widget get pb16

Implementation

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