onChange property

(void Function(String)?) onChange
final

Function called whenever the chosen image changes.

Use this to synchronize the image chosen in the parent's state.

Implementation

final void Function(String)? onChange;