p1 property

Widget get p1

Implementation

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