Draggable widget freeze: Upon Text widget styling "Expanded", Draggable widget freezes.

Widgets & Design

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

What have you tried so far?

I have selected the Expansion back to Default and used padding instead, By the way this problem also occurs when using "Flexible: option as well.

Did you check FlutterFlow's Documentation for this topic?
Yes