ViewState constructor

const ViewState(
  1. int selected,
  2. int min,
  3. int max
)

Implementation

const ViewState(this.selected, this.min, this.max);