onConfirm property

void Function(List<T>)? onConfirm
final

Fires when confirm is tapped.

Implementation

final void Function(List<T>)? onConfirm;