Widget marginSym({double h = 0, double v = 0}) => Container( margin: EdgeInsets.symmetric(horizontal: h, vertical: v), child: this, );