-
-
Notifications
You must be signed in to change notification settings - Fork 702
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I would need IntrinsicHeight for better layout.
Is is not favored in the flutter sdk because of the performance cost but in a pdf generation I would gladly trade speed for a better layout.
Describe the solution you'd like
Add Intrinsic* with the same behavior as flutter.
Describe alternatives you've considered
Use CustomMultiChildLayout as already stated in this #1879 but it is less user friendly.
Additional context
Often when using texts and still whanting to align in a colum and row
Case where it is unavoidable:
If I want the top left text to grow the whole block if overflow
