split

How to write by SpWML

(split, sid:split1)
+(child block1)
+(child block2)

Summary

A block with two stretchable child blocks.

It has a draggable border in the middle.

If two or more child blocks are set, the third and subsequent blocks will be ignored.

This block is specific to SpWML and does not have an equivalent class in Flutter.

To use this type, it is necessary to set ValueManager to SpWMLBuilder or SpWML widget.

With this type, the manager always stores the value associated with the SID.


Dart Class Reference

SplitElement class


SpWML Parameters

  • The common parameters.

  • Parent parameters.

  • axis (String). Specifies the direction of split, either vertical or horizontal. Default value is horizontal.

  • barSize (double). The thickness of the draggable border.

  • color (String). Color setting for the draggable border. The color system .

  • clampMin (double). Percentage of left or top margin. The bar can only be moved up to the margin. Specify a value between 0.0 and 1.0.

  • clampMax (double). Percentage of right or bottom margin. The bar can only be moved up to the margin. Specify a value between 0.0 and 1.0.

  • splitPane1MinPx (double). The minimum size of the left or top area (px). Entering null will disable the correction.

  • splitPane2MinPx (double). The minimum size of the right or bottom area (px). Entering null will disable the correction.