mb0 method
Applies zero margin to the bottom side.
Implementation
Widget mb0() => Padding(padding: const EdgeInsets.only(bottom: 0.0), child: this);
Applies zero margin to the bottom side.
Widget mb0() => Padding(padding: const EdgeInsets.only(bottom: 0.0), child: this);