DropDownValueProperty constructor
const
DropDownValueProperty({
- required dynamic dropdownValue,
Implementation
const DropDownValueProperty({
required this.dropdownValue,
}) : super(NodeProperties.dropdownValue, dropdownValue);