Zach Klippenstein (he/him) [MOD]
08/03/2021, 12:05 AMSwipeableState.offset
when the layout direction is Rtl to draw the thumb on the right side. The gesture direction is correct though. Should SwipeableState.offset
return inverted values in Rtl mode? If so, I can file a bug.Colton Idle
08/03/2021, 2:04 AMZach Klippenstein (he/him) [MOD]
08/03/2021, 2:23 AMAdam Powell
08/03/2021, 2:30 AMPlaceable.place
work the way you're describing but shifted to having the mirroring placeRelative
not be the default insteadAdam Powell
08/03/2021, 2:31 AMModifier.layout
using placeRelative
thoughZach Klippenstein (he/him) [MOD]
08/03/2021, 3:21 AMDrawScope
too, even without a placeRelative
equivalent. I’m very satisfied with the answer “no, swipeable state does the right thing,” I just wanted to check. Thanks!