setBottom method

void setBottom(
  1. double bottom
)

Implementation

void setBottom(double bottom) {
  bottoms.clear();
  pushBottom(bottom);
}