flutter_draggable_gridview
flutter_draggable_gridview copied to clipboard
[fix] add missing update of DraggableGridItem list
In my App the DraggableGridItems are just Texts with different colors.
Changing the color in the Widget build function had no effect as the internal list was not updated.