Property nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/painting/EdgeInsets/EdgeInsets.only.htmlarrow-up-right
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
Insets to apply to the left side
right
Insets to apply to the right side
top
Insets to apply to the top side
Outputs
connector
EdgeInsets
EdgeInsets resulting from this node
Last updated 3 years ago