EdgeInsets - Only
Property nodes
Condition
Value
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 name
Canvas Required
Type
Description
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 name
Canvas Required
Type
Description
connector
EdgeInsets
EdgeInsets resulting from this node
Last updated