mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Update popup_menu.dart
This commit is contained in:
@@ -49,7 +49,7 @@ class ADPopupMenu<T> extends StatelessWidget {
|
|||||||
value ?? "",
|
value ?? "",
|
||||||
style: kTextStylePopupMenuItem,
|
style: kTextStylePopupMenuItem,
|
||||||
softWrap: false,
|
softWrap: false,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.clip,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const Icon(
|
const Icon(
|
||||||
|
|||||||
Reference in New Issue
Block a user