aryzhov / flutter-stopper

A Flutter widget that can be expanded to one of the pre-defined stop heights by dragging.
MIT License
26 stars 12 forks source link

stick on top #2

Closed pishguy closed 5 years ago

pishguy commented 5 years ago

hi, thank a lot to release this useful library

i have a simple issue as, how can i know stopper stick on top such as appBar?

aryzhov commented 5 years ago

Currently, the only place where you can see the current position of the stopper is the builder. I guess I could expose the state such that you can attach a listener. Can you describe your use case scenario?

pishguy commented 5 years ago

@aryzhov i think stop in builder can be provide that, is this right?

aryzhov commented 5 years ago

Yes, that's correct.