onReplaceTap property

void Function(int index, TogeFileUploadSource source)? onReplaceTap
final

Optional callback triggered when the replace button is pressed for a specific file.

Implementation

final void Function(
  int index,
  TogeFileUploadSource source,
)? onReplaceTap;