isMounted property

bool get isMounted

Whether this State is currently in the Node tree.

Implementation

bool get isMounted => _isMounted;