id property

  1. @override
String get id
override

Unique identifier for this connection style

Implementation

@override
String get id => cornerRadius > 0 ? 'smoothstep' : 'step';