const StockDisplayWidget({ Key? key, required this.stock, required this.signal, }) : super(key: key);