isMounted property
Whether the widget associated with the controller is mounted.
Implementation
bool Function() isMounted = () {
return false;
};
Whether the widget associated with the controller is mounted.
bool Function() isMounted = () {
return false;
};