position will be between 0.0 to 1.0
position
Future<void> animateTo(double position) { assert( isAttached, "PanelController must be attached to a SlidingBottomSheet"); return _panelState!._animateTo(position); }