Reusable widget in Flutter / Dart for data with same attributes
I have a custom table widget, that has a property of type List holding items with certain properties. final List<Item> items; Where each of the items can have properties like "name", "street", "number" etc. This list is passed to the…