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