pb8 property

Widget get pb8

Implementation

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