isAttached property

bool get isAttached

Whether a widget is currently attached.

Implementation

bool get isAttached => _start != null;