bottom property

void bottom=(double bottom)

Implementation

set bottom(double bottom) {
  _bottom = bottom;
  state?.setObstacleBottom(bottom);
}