DropDownModel constructor

DropDownModel(
  1. {String? title,
  2. String? icon,
  3. bool? isSelected = false}
)

Implementation

DropDownModel({this.title, this.icon, this.isSelected = false});