add link and ticket

This commit is contained in:
2025-08-12 23:33:15 +02:00
parent 0113fcc382
commit 6e8ba642a2
5 changed files with 44 additions and 7 deletions

View File

@@ -277,7 +277,7 @@ class _ItemMenuState extends State<ItemMenu> with ShowAlertDialog {
overflow: TextOverflow.ellipsis)))
]),
Row(children: [
Icon(Icons.event),
Icon(Icons.link),
Text(
AppLocalizations.of(context)?.item_link ?? "Link : ",
style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold),
@@ -291,7 +291,7 @@ class _ItemMenuState extends State<ItemMenu> with ShowAlertDialog {
],
),
Row(children: [
Icon(Icons.event),
Icon(Icons.add_shopping_cart),
Text(
AppLocalizations.of(context)?.item_ticket ?? "Ticket : ",
style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold),