flutter_sticky_headers icon indicating copy to clipboard operation
flutter_sticky_headers copied to clipboard

Fix header not sticking in reverse direction

Open JAicewizard opened this issue 2 years ago • 0 comments

localToGlobal Is not up to date during the layout phase. This PR moves that code to the paint phase. This is not ideal, but the operations performed are not expensive so it shouldn't be a performance problem. In fact this would increase the performance as it would not need to layout for a scroll update.

fixes #67

JAicewizard avatar Jan 26 '23 12:01 JAicewizard