transparentLine: SolidLine<SolidFill> = ...

A SolidLine singleton for a completely transparent line. Can be useful in at least following cases:

  1. User wants to hide something but still have it interactable by mouse/touch

  2. User wants to hide something that does not support emptyFill

Otherwise, emptyLine should be preferred for better performance.