ValueProvider<T> constructor

const ValueProvider<T>(
  1. T value, {
  2. required Widget child,
  3. Key? key,
})

Implementation

const ValueProvider(this.value, {required this.child, super.key});