isMounted property

bool Function() isMounted
getter/setter pair

Whether the widget associated with the controller is mounted.

Implementation

bool Function() isMounted = () {
  return false;
};