DropDownDataModel constructor

DropDownDataModel({
  1. String? id,
  2. String? title,
  3. Object? value,
  4. Widget? icon,
})

Creates a dropdown data model with id and title.

Implementation

DropDownDataModel({this.id, this.title, this.value, this.icon});