huhuang03/reorderable_grid_view

Is there a way to customise elevation?

Closed this issue · 1 comments

Currently have cards that have a border radius and would like to have a bool on elevation to turn it off as currently the elevation makes the card's UI look Strange.

Nevermind.

This is how you customise backgorund.
dragWidgetBuilder: (index, child) {
return child;
},