Checks if the widget associated with this GlobalKey is currently mounted in the widget tree.
bool get isMounted => currentContext?.mounted == true;