TdChangeNotifierSelector<T extends Listenable, S> constructor
const
TdChangeNotifierSelector<T extends Listenable, S> ({
- Key? key,
- required S selector(
- BuildContext context,
- T model
- required T listenable,
- required ValueWidgetBuilder<
S> builder, - Widget? child,
Implementation
const TdChangeNotifierSelector({
super.key,
required this.selector,
required this.listenable,
required this.builder,
this.child,
});