BitNotifier<M, V, L, B extends BitControl<M, V, L> > constructor
const
BitNotifier<M, V, L, B extends BitControl<M, V, L> > ({})
Implementation
const BitNotifier(
{super.key,
this.onLoading,
this.onError,
this.onData,
required this.child});