SliderImagePage constructor
const
SliderImagePage(
- ItemListModel list, {
- int index = 0,
- Color bgColor = Colors.black,
- Key? key,
Implementation
const SliderImagePage(this.list, {this.index = 0, this.bgColor = Colors.black, Key? key}) : super(key: key);