Does anyone have any experience/recommendations fo...
# compose
z
Does anyone have any experience/recommendations for how to implement something like the TouchDelegate you could implement in the view world? I have a material checkbox that I want to be able to align to the leading edge of (not the padding).
Modifier.minimumTouchTargetSize()
expands the actual size of the component
z
nice I will test that out! thanks Andrew
Can you give an example of how this is used?