row¶
How to write by SpWML¶
(row)
+(child block)
+(child block)
Summary¶
A block with multiple child blocks.
Each inner child block becomes a column block.
It has a variable with parameters equivalent to Flutter Row class .
Dart Class Reference¶
SpWML Parameters¶
The common parameters.
Parent parameters.
vAlign (String). Vertical alignment: start, center, top, bottom, end, baseline or stretch.
hAlign (String). Horizontal alignment, which can be left, start, center, right, end, spaceAround, spaceEvenly or spaceBetween.
baselineType (String?). Specify alphabetic or ideographic. Required if vAlign is baseline, and if null automatically specifies alphabetic.
mainAxisSize (String). Set min or max. Set whether to maximize the main axis or minimize to fit the child view, the initial value is max.