show method

Future<void>? show()

Reveals the SlidingSheet if it is currently hidden.

Implementation

Future<void>? show() => _show?.call();