isMounted property
bool
get
isMounted
Whether the current BuildContext is still mounted.
Implementation
bool get isMounted => mounted;
Whether the current BuildContext is still mounted.
bool get isMounted => mounted;