onChange property
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;
Function called whenever the chosen image changes.
Use this to synchronize the image chosen in the parent's state.
final void Function(String)? onChange;