getExactBendPoints method

List<Offset>? getExactBendPoints(
  1. PathParameters 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(PathParameters params) => null;