OnConfirm typedef

OnConfirm = dynamic Function(List selectedValues)

Implementation

typedef OnConfirm = Function(List selectedValues);