hide method

Future<void> hide()

Hide the sheet

Implementation

Future<void> hide() async {
  await animateSheet(0);
}