Flutter – TypeError on Dart callback function with children class as parameter and return
I'm encountering a TypeError with the message: Type '(Job) => ListTile' is not a subtype of type '(Model) => Widget' in my Flutter app when trying to build a widget by passing a callback. The callback type is defined as:…