expand method

void expand()

Expand the panel

Implementation

void expand() {
  value = SlidingUpPanelStatus.expanded;
}