LMFeedCarouselIndicatorBuilder typedef

LMFeedCarouselIndicatorBuilder = Widget Function(BuildContext, int, int, Widget)

Builder function to build the carousel indicator widget. must return a widget, takes in BuildContext, int, int, and Widget as params int is the current index of the carousel

Implementation

typedef LMFeedCarouselIndicatorBuilder = Widget Function(
    BuildContext, int, int, Widget);