letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.73k stars 591 forks source link

Document ratio parameter in openTo method #449

Closed Brunobnahorny closed 4 months ago

Brunobnahorny commented 11 months ago

Hi,

I spend an shameful considerate amount of time trying to use the SlidableController.openTo method just to realize that the package was working fine and i just needed to sign the [ratio] parameter.

Would you kindly include the doc comment so the next person dont struggle?

Thanks in advance, Great package, btw!