ListViewSliderRF constructor
const
ListViewSliderRF({
- dynamic modelList,
- Function? builder,
- double height = 150,
- EdgeInsets? padding,
- WidgetStyleRF? style,
- Widget? placeholder,
- dynamic placeholderLines = 6,
- bool showIndicator = false,
- Color activeDotColor = Colors.red,
- Color dotColor = Colors.grey,
Implementation
const ListViewSliderRF({
this.modelList,
this.builder,
this.height = 150,
this.padding,
this.style,
this.placeholder,
this.placeholderLines = 6,
this.showIndicator = false,
this.activeDotColor = Colors.red,
this.dotColor = Colors.grey,
});