Widget putPadding(double right, double left) => Padding( padding: EdgeInsets.only(left: left, right: right), child: this, );