Component - GridView.builder
The GridView.builder widget in Flutter creates a scrollable grid of items that are built on demand. It is efficient for large or infinite lists because it only builds visible items, similar to how a conveyor belt shows only what you need at the moment.