InputSelectWidget<T> constructor
const
InputSelectWidget<T> ({})
Implementation
const InputSelectWidget({
Key? key,
required this.width,
required this.items,
this.value,
this.onChanged,
this.hintText,
this.label,
this.labelColor,
this.itemBuilder,
this.showProgrees,
this.progressColor,
}) : super(key: key);