selectionHandlePainter
How each selection boundary marker is drawn. Null uses the built-in caret-and-dot (PdfSelectionHandleDefaults.CaretAndDot). The handles are canvas vector drawing, not composables: they live inside the page's draw pass so they scale, pan and zoom in lockstep with the words they bound, which an overlay composable could only approximate.