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