setPaddingBottom static method

void setPaddingBottom(
  1. double bottom
)

Implementation

static void setPaddingBottom(double bottom) {
  paddingBottom = bottom;
}