close method

Future<void> close()

animate panel height to minPanelSize

Implementation

Future<void> close() async {
  if (!isAttached) throw UnAttachStateException('you can\'t use controller before _ScrollablePanelState build.');
  await _state?._close();
}