FlexLayoutHandle constructor

FlexLayoutHandle(
  1. FlexLayout layout,
  2. ParentLayout parent
)

Creates a flex layout handle for the given layout and parent.

Implementation

FlexLayoutHandle(super.layout, super.parent);