getExactBendPoints method
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;