image_slider library
Classes
- ImageSlider
- A customizable slider widget that displays images and allows users to select one by dragging horizontally.
- ImageSliderStyleOptions
- Configuration options for the ImageSlider widget's visual appearance
Enums
- ImageSliderStyleEnum
- Enumeration of available slider visual styles
Typedefs
- ImageSliderOnEndCallback = void Function(int position)
- Callback signature for when the slider drag ends
- ImageSliderOnStartCallback = void Function()
- Callback signature for when the slider drag starts
- ImageSliderOnUpdateCallback = void Function(double percentage)
- Callback signature for when the slider position updates during drag