onDelete property

(dynamic Function(int)?) onDelete
final

Callback function executed when the delete image action is triggered.

Implementation

final Function(int)? onDelete;