p2 property

Widget p2

Implementation

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