Flutter – How can I pass function that has optional parameter from parent widget to child widget?
I cannot use function that has optional parameter in child widget(name is FixUI).This is original function declared in parent widgetThis is the line error occured(red line: Underfined~) I want to make fixContact function arguments : fixContact, index, contact but in…