isAttached property

bool get isAttached

Whether the game widget was attached to the Flutter tree.

Implementation

bool get isAttached => _gameRenderBox != null;