EdgeInsets - Only
Property nodes
Last updated
Property nodes
Last updated
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
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
connector
EdgeInsets
EdgeInsets resulting from this node