EdgeInsets - Only

Property nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

The "EdgeInsets - Only" node is a property node that allows you to create an EdgeInsets object where the value is applied to each side individually

Is often very useful for applying paddings or margins.

Inputs

Input nameCanvas RequiredTypeDescription

bottom

Double

Insets to apply to the bottom side

left

Double

Insets to apply to the left side

right

Double

Insets to apply to the right side

top

Double

Insets to apply to the top side

Outputs

Output nameCanvas RequiredTypeDescription

connector

EdgeInsets

EdgeInsets resulting from this node

Last updated