Retrieves the strokes that intersect a given point on the drawing pad.
List<Stroke> getIntersectedStrokes(Offset point) { return strokesListenable.getIntersectedStrokes(point); }