listener property

Widget Function(A data1, B data2) listener
final

A callback function that defines the widget to rebuild whenever either of the reactive variables changes.

Implementation

final Widget Function(A data1, B data2) listener;