TagProvider<E> constructor

TagProvider<E>(
  1. CreatorCallback<E, dynamic> callback, {
  2. String? debugLabel,
})

Implementation

TagProvider(
  super.callback, {
  super.debugLabel,
});