paddingZero property

Widget get paddingZero

Implementation

Widget get paddingZero => Padding(padding: EdgeInsets.zero, child: this);