DropdownMenu constructor
const
DropdownMenu({
- required Component trigger,
- required List<
DropdownItem> items, - DropdownAlignment alignment = DropdownAlignment.left,
- double? width,
- Key? key,
Implementation
const DropdownMenu({
required this.trigger,
required this.items,
this.alignment = DropdownAlignment.left,
this.width,
super.key,
});