cellBuilder property

Widget Function(T) cellBuilder
final

Method which describe how to build each cell. This method is defined by the user and is setted when the widget GridCarousel is instantiated.

Implementation

final Widget Function(T) cellBuilder;