isAttached property
bool
get
isAttached
Whether the game widget was attached to the Flutter tree.
Implementation
bool get isAttached => buildContext != null;
Whether the game widget was attached to the Flutter tree.
bool get isAttached => buildContext != null;