const WeincodeCardTile( {Key? key, required this.path, required this.title, required this.id, this.height}) : super(key: key);