py16 property

Widget py16

Implementation

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