Callback not working when using widget builder with action parameters

Actions & Logic
  1. C1 - Created a component that accepts parameter of type Action onEmployeeSelection(string email) => void. This action has a required parameter of type string. (Screenshot 1)

  2. C2 - Created another component that has a widget builder parameter.

  3. I am passing C1 as a parameter to C2. I need to declare an action as well in C1 while passing it (Screenshot 2). But the callback does not show me callback parameter. I mean, I want to do something with the email, But I can't see it in the dropdown. (Screenshot 3)

I have attached the screenshots

What have you tried so far?

Yes. I have tried it myself. Attaching screenshots!

Did you check FlutterFlow's Documentation for this topic?
Yes
3