py8 property

Widget py8

Implementation

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