wrap¶
How to write by SpWML¶
(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¶
SpWML Parameters¶
The common parameters.
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.