NomoDropdownItem<T> constructor

const NomoDropdownItem<T>(
  1. {dynamic key,
  2. T? value,
  3. required String displayText}
)

Implementation

const NomoDropdownItem({Key? key, this.value, required this.displayText})
    : super();