transparentFill: SolidFill = ...

A SolidFill singleton for a completely transparent fill. 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, emptyFill should be preferred for better performance.