boxy icon indicating copy to clipboard operation
boxy copied to clipboard

Custom layout protocols

Open pingbird opened this issue 2 years ago • 1 comments

It would be cool if we could use a custom constraints and geometry in children, this would allow you to pass data calculated at layout time such as the child's relative offset.

pingbird avatar Aug 14 '23 21:08 pingbird

You can do so already by using a ValueNotifier and passing the value back up.

jlnrrg avatar Mar 09 '25 14:03 jlnrrg