isMounted property

bool get isMounted

Checks if the widget associated with this GlobalKey is currently mounted in the widget tree.

Implementation

bool get isMounted => currentContext?.mounted == true;