all constant

List<ConnectionStyle> const all

All built-in connection styles

Implementation

static const List<ConnectionStyle> all = [
  straight,
  bezier,
  step,
  smoothstep,
  customBezier,
];