EdgeInsets - Symmetric
Property nodes
Condition
Value
Released in version:
1.0.0

The "EdgeInsets - Symmetric" node is a property node that allows you to create an EdgeInsets object where the value is applied horizontally and vertically.
It is often very useful for applying paddings or margins.
Inputs
Input name
Canvas Required
Type
Description
horizontal
Double
Value to apply to both left and right sides
vertical
Double
Value to apply to both bottom and top sides
Outputs
Output name
Canvas Required
Type
Description
connector
EdgeInsets
EdgeInsets resulting from this node
Last updated