p12 property

Widget p12

Implementation

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