Issue
Is there some kind of event that is triggered when a hidden status bar is pulled down in a Flutter app? I have to change a padding in my app when the Android status bar (initially hidden) gets pulled down.
Solution
Maybe wrap in GestureDetector widget and use onVerticalDragDown? docs: here
Answered By - UnderJunge
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.