SliderImagePage constructor

const SliderImagePage(
  1. ItemListModel list, {
  2. int index = 0,
  3. Color bgColor = Colors.black,
  4. Key? key,
})

Implementation

const SliderImagePage(this.list, {this.index = 0, this.bgColor = Colors.black, Key? key}) : super(key: key);