add link and ticket
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user