mounted property

bool mounted
getter/setter pair

Used to check if the widget is mounted or not.

Implementation

bool mounted = true;