zoomimage
zoomimage copied to clipboard
Prevent clip zoomimage to composable padding
When I add padding to the ZoomImage, it does not appear outside padding even when set wrapContentSize modifier unbound true (this is similar to setting padding in View but clipPadding = false).
I tried it, but there is no easy way to support clipPadding = false, so this requirement needs to be considered in the long run.