Configs constructor

Configs(
  1. List<Slider> slides,
  2. Function onFinish
)

Implementation

Configs(this.slides, this.onFinish);