listener property

Widget Function(A data1, B data2, C data3, D data4) 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, C data3, D data4) listener;