Whether the component is currently executing its onLoad step.
bool get isLoading => (_state & _loading) != 0;