════════ Exception caught by rendering library ═════════════════════════════════
The following assertion was thrown during performLayout():
LayoutBuilder does not support returning intrinsic dimensions.
Calculating the intrinsic dimensions would require running the layout callback speculatively, which might mutate the live render object tree.
Steps to Reproduce
Create a PaginatedDataTable Widget. Insert anywhere (header, columns, rows) an AutoSizeText Widget
Try to render/run your App
Code sample
Error
Version