SliderModel constructor

SliderModel(
  1. Color color,
  2. String title,
  3. String tag
)

Implementation

SliderModel(this.color, this.title, this.tag);