isPointInStroke method Null safety

bool isPointInStroke (
  1. dynamic path_OR_x,
  2. num x_OR_y,
  3. [num? y]
)

Implementation

bool isPointInStroke(path_OR_x, num x_OR_y, [num? y]) native;