onChanged property

VoidCallback onChanged
final

The user has tapped the screen with a primary button at the same location twice in quick succession.

that's means icon will be displayed onto image in center. and would call something you provide within onChanged function

Implementation

final VoidCallback onChanged;