huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Is there a way to customise elevation? #42

Closed imprisonedmind closed 2 years ago

imprisonedmind commented 2 years ago

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.

imprisonedmind commented 2 years ago

Nevermind.

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