UIDropdownInitState constructor

UIDropdownInitState(
  1. String value,
  2. List<String> options
)

Implementation

UIDropdownInitState(this.value, this.options);