pb2 property

Widget get pb2

Implementation

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