gridDelegate property

SliverSimpleGridDelegate gridDelegate
final

A delegate that controls the layout of the children within the MasonryGridView.

The MasonryGridView, MasonryGridView.builder, and MasonryGridView.custom constructors let you specify this delegate explicitly. The other constructors create a gridDelegate implicitly.

Implementation

final SliverSimpleGridDelegate gridDelegate;