Wraps the widget in a Container with margin on all sides.
Widget m([double n = 16.0]) => Container(margin: EdgeInsets.all(n), child: this);