builder property

Widget Function(BuildContext context, List values, Widget? child) builder
final

The builder function to be called when value of any of the ValueListenable changes. The order of values list will be same as valueListenables list.

Implementation

final Widget Function(
    BuildContext context, List<dynamic> values, Widget? child) builder;