DropDownWidgetData constructor

DropDownWidgetData({
  1. String type = "dropdown",
  2. Cell? cell,
  3. List<WidgetData>? children,
  4. Insets? padding,
  5. String? onSelect,
  6. String? databinding,
  7. required Value placeholder,
})

Implementation

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