mb0 method

Widget mb0()

Applies zero margin to the bottom side.

Implementation

Widget mb0() => Padding(padding: const EdgeInsets.only(bottom: 0.0), child: this);