isAttached property

bool get isAttached
inherited

Whether the game widget was attached to the Flutter tree.

Implementation

bool get isAttached => _gameRenderBox != null;