p16 property

Widget p16

Implementation

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