pb4 property

Widget get pb4

Implementation

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