akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.38k stars 381 forks source link

adding new callback: onBackdropTapped #113

Open vk-573 opened 4 years ago

vk-573 commented 4 years ago

Hello,

A big thanks for this Widget.

I added a new callback function which is called if a tap from backDrop is triggered.

Use case: I needed to close my keyboard when I tapped outside the panel without waiting for the closing animation to finish. This callback is called before the animation starts.

Thank you again,

VK