isLoading property

bool isLoading
inherited

Whether the component is currently executing its onLoad step.

Implementation

bool get isLoading => (_state & _loading) != 0;