isAttached property

bool isAttached

Whether the game widget was attached to the Flutter tree.

Implementation

bool get isAttached => buildContext != null;