EditableSmoothStepConnectionStyle constructor

const EditableSmoothStepConnectionStyle({
  1. double defaultCornerRadius = 8.0,
})

Creates an editable smooth step connection style.

Parameters:

  • defaultCornerRadius: The corner radius to use when not specified in params (default: 8.0)

Implementation

const EditableSmoothStepConnectionStyle({this.defaultCornerRadius = 8.0});