Widget mFromLTRB(double left, double top, double right, double bottom) { return Container( margin: EdgeInsets.fromLTRB(left, top, right, bottom), child: this, ); }