py1 property

Widget get py1

Implementation

Widget get py1 => Padding(
      child: this,
      padding: const EdgeInsets.symmetric(vertical: 1),
    );