Padding paddingAll(double size) { return padding(left: size, right: size, top: size, bottom: size); }