Expand row in a table with Two Dimensional Scrollable

47 Views Asked by At

I am currently using Flutter Two Dimensional Scrollable package and I need to build an expand row feature. When I click the row, I need the row to expand and reveal an expanded row (like a dropdown button) with extra content.

I implemented some sort of expand row feature, but I have made it by a very simple and inelegant way. Basically, I doubled the row height and building the expanded content strictly below de primary content. I wonder if Two Dimensional Scrollable package has a native way to do this implementation.

0

There are 0 best solutions below