UEditorDropdown<T> constructor
const
UEditorDropdown<T> ({
- required String label,
- required List<
UEditorMenuEntry< items,T> > - required ValueChanged<
T> onSelected, - Key? key,
- String? tooltip,
- double? width,
Implementation
const UEditorDropdown({required this.label, required this.items, required this.onSelected, super.key, this.tooltip, this.width});