ViewFamilyProvider<T, P> constructor
ViewFamilyProvider<T, P> (
- ViewFamilyBuilder<
T, P> _builder, { - ProviderChangedCallback<
Map< ? onChanged,P, T> > - String describeState(
- T state
- String? debugLabel,
- bool debugVisibleInGraph = true,
Implementation
ViewFamilyProvider(
this._builder, {
super.onChanged,
String Function(T state)? describeState,
String? debugLabel,
super.debugVisibleInGraph = true,
}) : _describeState = describeState,
super(debugLabel: debugLabel ?? 'ViewFamilyProvider<$T, $P>');