py0 method

Widget py0()

Applies zero vertical padding (top and bottom).

Implementation

Widget py0() => Padding(padding: const EdgeInsets.symmetric(vertical: 0.0), child: this);