Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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),...
fluttergogo's user avatar