UIDropDownErrorState constructor

UIDropDownErrorState(
  1. String message,
  2. List<String> options,
  3. String value
)

Implementation

UIDropDownErrorState(this.message, this.options, this.value);