In case you have a native application that uses a collapsing toolbar layout, you may need to wrap your webview into a NestedScrollingView to handle correctly nested scrolling to expand/collapse the ...
lib/ ├── main.dart # App entry point ├── theme.dart # AppTheme — colors, typography, component themes ├── models/ │ └── models.dart # Product, NewsItem, StatusCard, DrawerItem ├── data/ │ └── ...