isAttached property

bool isAttached
inherited

Whether the game widget was attached to the Flutter tree.

Implementation

bool get isAttached => buildContext != null;