Qiu

Results 5 issues of Qiu

Add `swipeMaxDistance` and `swipeFrictionEasing`, `swipeMaxDistance` to limit distance, `swipeFrictionEasing` to control friction effect. There is a problem that i have no idea how to deal with the side that has...

如题,只是一点简单的改动,现在这样软键盘弹出的时候列表就可以正常的上下滚动了 ![1706259198768](https://github.com/TheMelody/AnyPopDialog-Compose/assets/35896157/4af5f6f4-8e15-49eb-9f2a-a0adad181354)

针对状态栏的高度比较高且需要放在底部的情况,默认边距就显得十分的宽,需要能自定义padding,但是默认写死了systemBarsPadding在AnyPopDialog内部导致这个padding无法调节 | ![S40126-00591431_com lalilu lmusic debug](https://github.com/TheMelody/AnyPopDialog-Compose/assets/35896157/77a4fd26-e812-4098-9ba9-cc63faa39023) | ![S40126-00590845_com lalilu lmusic debug](https://github.com/TheMelody/AnyPopDialog-Compose/assets/35896157/c9914e30-6e5f-4b9a-a5e0-ae32a36897db) | | --- | --- |

**Describe the bug** When a scrollable scroll arrives to the bound by wheel scrolling, it stops the scroll event. It makes the nested scroll can not work correctly. **Affected platforms**...

bug
input

Hello, i'm implementing a function in [MPMediaItemArtwork](https://developer.apple.com/documentation/mediaplayer/mpmediaitemartwork?language=objc) ```objective-c - (instancetype) initWithBoundsSize:(CGSize) boundsSize requestHandler:(NSImage * (^)(CGSize size)) requestHandler; ``` There is a block parameter in the function, and i have no...