builder<T extends ChangeNotifier> method
Implementation
Widget builder<T extends ChangeNotifier>(
Widget Function(BuildContext context, T value) handler) =>
ChangeNotifierBuilder<T>(notifier: this as T, builder: handler);