DataNotifier<T> constructor
const
DataNotifier<T> (
- ValueListenable<
T> notifier, { - Key? key,
Implementation
const DataNotifier(this.notifier, {super.key}) : _child = null;