childBuilder property

ChildBuilderFunction? childBuilder
final

Enable support for GridView.builder using this function.

This function allows rendering all children using a builder. Make sure your GridView.builder calls childBuilder to return widgets that support animations and drag-and-drop functionality.

Implementation

final ChildBuilderFunction? childBuilder;