What is the problem? How can I solve it? My codes:
You should pass the onChanged argument in ApprovalQueuePage as it is required.Pass it like this:
//When calling approval queue leave everything as it is
//just replace ApprovalQueuePage() with
ApprovalQueuePage(onChanged: (String value){
//You can do anything with the value
})