pb1 property

Widget pb1

Implementation

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