mt0 method

Widget mt0()

Applies zero margin to the top side.

Implementation

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