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