menu
flame package
documentation
collisions.dart
CollisionPassthrough
isLoaded property
isLoaded property
dark_mode
light_mode
isLoaded
property
bool
get
isLoaded
inherited
Whether this component has completed its
onLoad
step.
Implementation
bool get isLoaded => (_state & _loaded) != 0;
flame package
documentation
collisions
CollisionPassthrough
isLoaded property
CollisionPassthrough mixin