Why is `Modifier.swipeable()` in Material? This d...
# compose
b
Why is
Modifier.swipeable()
in Material? This doesn’t feel like a behavior that is Material-specific, and some of the internal bits make it difficult to recreate swipeable components such as
ModalBottomSheet
in non-Material design systems
3
t
I have a feeling it was needed for material bottom sheets and was not considered a fundamental part of .ui
it's kind of a flaky behavior anyway, such as how it manages anchor state
2
j