col

How to write by SpWML

(col)
+(child block)
+(child block)

Summary

A block with multiple child blocks.

Each inner child block becomes a row element.

It has a variable with parameters equivalent to Flutter Column class .


Dart Class Reference

ColElement class


SpWML Parameters

  • The common parameters.

  • Parent variable.

  • vAlign (String). Vertical alignment: start, center, top, bottom, end, spaceAround, spaceEvenly or spaceBetween.

  • hAlign (String). Horizontal alignment, which can be left, start, center, right, end or stretch.

  • 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.