DropDownValueProperty constructor

const DropDownValueProperty({
  1. required dynamic dropdownValue,
})

Implementation

const DropDownValueProperty({
  required this.dropdownValue,
}) : super(NodeProperties.dropdownValue, dropdownValue);