Applies uniform margin on all sides.
Widget m(double value) => Padding(padding: EdgeInsets.all(value), child: this);