isDestroyed property

bool isDestroyed

Returns true if the window was destroyed and the WM_NCDESTROY was processed.

Implementation

bool get isDestroyed => _destroyed;