Property nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/painting/BorderRadius/BorderRadius.only.htmlarrow-up-right
The "BorderRadius - Only" node is a property node that adds a border radius to the individually specified corners.
It mimics the BorderRadius.only of Flutter.
Inputs
bottomLeft
Double
Radius value for the bottom left corner
bottomRight
Radius value for the bottom right corner
topLeft
Radius value for the top left corner
topRight
Radius value for the top right corner
Outputs
connector
Flow
The flow can continue through this output
Last updated 3 years ago