onChanged property

ValueChanged<T>? onChanged
final

The callback when the data changes.

Implementation

final ValueChanged<T>? onChanged;