public class CanvasUtil
Copied from Compose canvas utils
static void
enableZ(Canvas canvas, boolean enable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static void enableZ(Canvas canvas, boolean enable)
Enables Z support for the Canvas. The method is publicly available starting from API 29 and washidden before, so we have to resort to reflection tricks to ensure we can use this API.