Slide 25
Slide 25 text
Layout Worklet
registerLayout('simple-flow', class {
static get inputProperties() { return ['width', 'height'] }
static get childrenInputProperties() { return ['x', 'y', 'position'] }
layout(children, constraintSpace, styleMap, breakToken) {
//
}
}