gridDelegate property

SliverWaterfallFlowDelegate gridDelegate
final

A delegate that controls the masonry layout of the children within the WaterfallFlow.

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

Implementation

final SliverWaterfallFlowDelegate gridDelegate;