onImagePressed property

ValueChanged<int>? onImagePressed
final

Called when the displayed image is tapped; provides the index.

Implementation

final ValueChanged<int>? onImagePressed;