const ListItem( {Key? key, required this.item, required this.statusMsg, required this.running}) : super(key: key);