isLoaded property

bool isLoaded
inherited

Whether this component has completed its onLoad step.

Implementation

bool get isLoaded => (_state & _loaded) != 0;