Row(
children: [
Image(...),
Html(...)
]
);
Html - have wrong width. It always width of screen.
I think this issue is similar to #75 . Currently there's no way to set the Column size to MainAxisSize.min.
This is addressed by #148.
This has been fixed in version 0.11.0. Set shrinkToFit to true to use in a Row.