HPanel(wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, spacing: Int? = null, classes: Set<String> = setOf())
justify
- flexbox content justification
alignItems
- flexbox items alignment
spacing
- spacing between columns/rows
classes
- a set of CSS class names
Constructor