py2 property

Widget get py2

Implementation

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