DropDownWidgetData constructor
      
      DropDownWidgetData({})
     
    
    
Implementation
DropDownWidgetData({super.type = "dropdown", super.cell, super.children, this.padding, this.onSelect, this.databinding, required this.placeholder});