This commit is contained in:
lollipopkit
2023-09-13 14:28:02 +08:00
parent 6c84d2f52b
commit 278d5984b2
55 changed files with 528 additions and 481 deletions

View File

@@ -12,7 +12,7 @@ class PopupMenu<T> extends StatelessWidget {
super.key,
required this.items,
required this.onSelected,
this.child = popMenuChild,
this.child = UIs.popMenuChild,
this.padding = const EdgeInsets.all(7),
this.initialValue,
});