listener property

Widget Function(A data1, B data2, C data3) listener
final

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

Implementation

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