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