cellBuilder property
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;
Method which describe how to build each cell. This method is defined by the user and is setted when the widget GridCarousel is instantiated.
final Widget Function(T) cellBuilder;