init method

void init(
  1. SlidablePanelState state
)

Implementation

void init(SlidablePanelState state) {
  _state = state;
}