fix: width of popup menu button

This commit is contained in:
Prateek Sunal 2024-05-01 00:59:03 +05:30
parent 77b30ef65d
commit c9c7f0c8f4

View file

@ -372,7 +372,7 @@ class TagChip extends StatelessWidget {
] else if (state == TagChipState.selected &&
action == TagChipAction.menu) ...[
SizedBox(
width: 18,
width: 32,
child: PopupMenuButton<int>(
iconSize: 16,
shape: RoundedRectangleBorder(