Hello Community, I have set up a Card widget nested in a Draggable widget.
The card has a child Column which has a child Row.
In that child Row, I have an Icon and text Widget. When I style the Text widget to "Expanded" (in the "Padding & Alignment" --> "Expansion section) I find that the Draggable feature no longer functions upon running a Test. What happens is that the test screen freezes and the draggable function doesn't work in addition I can't even navigate on the same page or to another page.
Any idea why this is happening and/or how this can be fixed?
Thanks in advance