UiInlinePopup constructor
const
UiInlinePopup({})
Implementation
const UiInlinePopup({
super.key,
required this.items,
required this.trigger,
this.width = 180,
this.backgroundColor = Colors.white,
this.onItemSelected,
});