AutoDisplayListView constructor

const AutoDisplayListView(
  1. List<String> urls, {
  2. AutoDisplayScroller? controller,
  3. double height = 240,
  4. double seperateSpace = 0,
  5. Color seperateColor = Colors.white,
  6. int? quality,
  7. Key? key,
})

Implementation

const AutoDisplayListView(this.urls, {
  this.controller, this.height=240, this.seperateSpace=0,
  this.seperateColor=Colors.white, this.quality, Key? key,
}) : super(key: key);