Revert selectable text, causing performance issues
This commit is contained in:
committed by
GitHub
parent
a3864b7e70
commit
9fbce74836
@@ -47,8 +47,8 @@ class ItemCard extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
child: Row(mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [
|
child: Row(mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [
|
||||||
Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
|
Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
|
||||||
SelectableText(this.itemName, style: const TextStyle(fontSize: 25)),
|
Text(this.itemName, style: const TextStyle(fontSize: 25)),
|
||||||
SelectableText(this.itemType, style: const TextStyle(fontSize: 15)),
|
Text(this.itemType, style: const TextStyle(fontSize: 15)),
|
||||||
]),
|
]),
|
||||||
vegClassIcon,
|
vegClassIcon,
|
||||||
]),
|
]),
|
||||||
|
|||||||
Reference in New Issue
Block a user