All Questions
Tagged with flutter-list-tile list
1 question
0
votes
2
answers
46
views
Invalid constant value for a list item value that I am trying to determine its Boolean value to decide Font weight of list tile
Invalid constant error message for item.header.
It is a boolean value representing if the list tile is going to have a bold or normal font-weight.
child: ListTile(
key: ValueKey(item.stuffId),...