marginZero property

Widget marginZero

Add on margins at all.

Implementation

Widget get marginZero => Container(margin: EdgeInsets.zero, child: this);