FlexLayoutHandle constructor
FlexLayoutHandle(
- FlexLayout layout,
- ParentLayout parent
Creates a flex layout handle for the given layout and parent.
Implementation
FlexLayoutHandle(super.layout, super.parent);