Basically showModalBottomSheet
must have some initial height. But then on dragging it, more content should be shown. Is this possible?
DraggableScrollableSheet which is in-built in flutter can be used inside the showModalBottonSheet to achieve this.