ConsumerWidget<K, T extends StateNotifier<K> > constructor
const
ConsumerWidget<K, T extends StateNotifier<K> > ({})
Implementation
const ConsumerWidget({
super.key,
this.onLoading,
this.onError,
this.onData,
this.onIdle
});