py32 property
Widget
get
py32
Implementation
Widget get py32 => Padding(
child: this,
padding: const EdgeInsets.symmetric(vertical: 32),
);
Widget get py32 => Padding(
child: this,
padding: const EdgeInsets.symmetric(vertical: 32),
);