pr8 property

Widget get pr8

Implementation

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