Border Radius - Only

Property nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

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

Input nameCanvas RequiredTypeDescription

bottomLeft

Double

Radius value for the bottom left corner

bottomRight

Double

Radius value for the bottom right corner

topLeft

Double

Radius value for the top left corner

topRight

Double

Radius value for the top right corner

Outputs

Output nameCanvas RequiredTypeDescription

connector

Flow

The flow can continue through this output

Last updated