Property nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/painting/EdgeInsets/EdgeInsets.symmetric.htmlarrow-up-right
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
horizontal
Double
Value to apply to both left and right sides
vertical
Value to apply to both bottom and top sides
Outputs
connector
EdgeInsets
EdgeInsets resulting from this node
Last updated 3 years ago