How to change Flutter column width by drag?

2023/01/02 23:12

In Flutter, dragging to change the column width can be achieved by using the Debatable component. The Debatable component allows the user to drag the edge of the column to change the column width. You can use the Debatable. Columns property to define the columns in the table, and use the Debatable. Resizable property to control whether the columns can be resized.

Back to top