pb12 property

Widget pb12

Implementation

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