Rafiul Islam
09/16/2021, 3:47 PMRow(){
BoxWithConstraints() {
Canvas(){
drawCircle()
}
Image()
}
Text()
}
I want to make the BoxWithConstraints() height is equal to the Text() height. But As I see IntrinsicSize doesn't work with BoxWithConstraints or Lazy List. So is there any workarounds?