py12 property

Widget get py12

Implementation

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