hide method

void hide()

Hide the panel

Implementation

void hide() {
  value = SlidingUpPanelStatus.hidden;
}