p8 property

Widget get p8

Implementation

Widget get p8 => Padding(
      child: this,
      padding: const EdgeInsets.all(8),
    );