isMounted property
Whether this component is currently added to a component tree.
Implementation
bool get isMounted => (_state & _mounted) != 0;
Whether this component is currently added to a component tree.
bool get isMounted => (_state & _mounted) != 0;