:orphan: .. _wrap: ====================================== wrap ====================================== How to write by SpWML ======================== .. code-block:: none (wrap) +(child block) +(child block) ---- Summary =============== A block with multiple child blocks. The inner child block becomes a floating element, and after it is spread horizontally on the screen as much as possible, the surplus is spread over the next line. It has a variable with parameters equivalent to Flutter `Wrap class `__ . ---- Dart Class Reference ====================== `WrapElement class `__ ---- SpWML Parameters ==================== * :ref:`The common` parameters. * :ref:`Parent` parameters. * vAlign (String). Vertical alignment: left, start, center, right, end, top, or bottom. * hAlign (String). Horizontal alignment, which can be left, start, center, right, end, top, or bottom.