Invalid constant value for a list item value that I am trying to determine its Boolean value to decide Font weight of list tile – Flutter
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), title: Text( item.name, style: const TextStyle( color: Colors.blue, fontWeight: item.header ==…