AppDropdown<T> constructor
const
AppDropdown<T> ({})
Implementation
const AppDropdown({
super.key,
this.selected,
required this.data,
this.onChanged,
this.getTitle,
this.isVerticalAlign = true,
this.title,
this.contentPadding = InputConstants.contentPadding,
});