I building a quiz app where a ModalBottomSheet
pops up after the user answers a question.
When dismissed, the sheet reveals the question details,
but the drag handle should remain visible so the user can review the explanation.
How would i implement this?