Border Radius - Only

Property nodes

Condition
Value
BorderRadius - Only default node

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 name
Canvas Required
Type
Description

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 name
Canvas Required
Type
Description

connector

Flow

The flow can continue through this output

Last updated