getExactBendPoints method

List<Offset>? getExactBendPoints(
  1. ConnectionPathParameters params
)

Get exact bend points for styles that support it (e.g., step connections) Returns null if the style doesn't support exact bend point calculation

Implementation

List<Offset>? getExactBendPoints(ConnectionPathParameters params) => null;