json_table
json_table copied to clipboard
The provided ScrollController is currently attached to more than one ScrollPosition.
In my page I have a row with containing two widgets. One table widget and one form widget. The form widget has a ListView to enable scrolling in the form. primary is set to false.
The other Widget is a ContainedBox with a JsonTable as child. Everything works perfectly. I only got the exception
════════ Exception caught by animation library ═════════════════════════════════ The provided ScrollController is currently attached to more than one ScrollPosition. ════════════════════════════════════════════════════════════════════════════════
in the debug console when I scroll in the table. Removing the table removes the exception.