DataNotifier<T> constructor

const DataNotifier<T>(
  1. ValueListenable<T> notifier, {
  2. Key? key,
})

Implementation

const DataNotifier(this.notifier, {super.key}) : _child = null;