hide method

Future<void>? hide()

Slides the sheet off to the bottom and hides it.

Implementation

Future<void>? hide() => _hide?.call();