marginZero property
Widget
get
marginZero
Add on margins at all.
Implementation
Widget get marginZero => Container(margin: EdgeInsets.zero, child: this);
Add on margins at all.
Widget get marginZero => Container(margin: EdgeInsets.zero, child: this);