Azrio Chua
Azrio Chua
Please share your code :)
You may use the extentRatio params inside the actionpane to give it a width. `endActionPane: ActionPane( extentRatio: 0.2 // 20% of the width of the screen)`
@rekire What do you meant by everytime the view becomes resized?
doesn't work for me too :(
I am trying to achieve click to delete instead of sliding too, but no luck yet whatsoever
You may give your slidableaction the params `borderRadius: BorderRadius.circular`
Hey, same here with this issue. The modal color doesn't seem to change
@vasilich6107 I found a workaround for this. You may simply add `return Scaffold` after `builder: (context) { ... }` to control the modal's background color, or using a `Container (...
Same issue faced here. User can only be subscribe to the channel once and afterwards hot reloading or creating a new instance user is unable to subscribe again, any fixes...