SDropdownMenuPopup<T> constructor
const
SDropdownMenuPopup<T> ({})
Implementation
const SDropdownMenuPopup({
super.key,
required this.tag,
required this.items,
required this.position,
this.controller,
this.header,
this.footer,
required this.style,
this.width,
this.height,
required this.buildMenu,
});