isVisible method

Future<bool> isVisible()

Whether the bottom sheet is visible.

Implementation

Future<bool> isVisible() async =>
    await _methodChannel!.invokeMethod("isVisible");