itemBuilder property

NullableIndexedWidgetBuilder? itemBuilder
final

Called to build carousel item on demand.

Will be called only for indices greater than or equal to zero and less than itemCount (if itemCount is non-null).

Should return null if asked to build a widget with a greater index than exists.

Implementation

final NullableIndexedWidgetBuilder? itemBuilder;