ZdsDropdownList<T> constructor

const ZdsDropdownList<T>(
  1. {void onChange(
    1. T selectedValue
    )?,
  2. void onReset(
      )?,
    1. T? value,
    2. String? label,
    3. void onTap(
        )?,
      1. String? hint,
      2. TextStyle? labelStyle,
      3. Color? borderColor,
      4. List<ZdsDropdownListItem<T>> options = const <ZdsDropdownListItem<Never>>[],
      5. Key? key}
      )

      Constructs a ZdsDropdownList.

      Implementation

      const ZdsDropdownList