isFindNavigatorVisible method

Future<bool?> isFindNavigatorVisible()

A Boolean value that indicates when the find panel displays onscreen.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool?> isFindNavigatorVisible() => platform.isFindNavigatorVisible();