toDefault method

Future<void> toDefault()

animate panel height to defaultPanelSize

Implementation

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