Bawantha Ra.
Bawantha Ra.
https://github.com/user-attachments/assets/efe16463-d590-43a6-8106-deed147e3499 ```dart MasonryGridView.extent( crossAxisSpacing: 8.0.w, mainAxisSpacing: 8.0.h, itemCount: 3, itemBuilder: (context, index) { return SizedBox(height: 1500, child: Placeholder()); }, maxCrossAxisExtent: 400.w, ); ```
Currently using `scrollOffset` we cannot programmatically update the scroll Position
# Description ## Checklist - [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc). - [x] I have followed the [Contributor Guide] when...