itemBuilder property

IndexedWidgetBuilder? itemBuilder
getter/setter pair

Called to build children for the swiper.

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

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

Implementation

IndexedWidgetBuilder? itemBuilder;