Constructor for the Widget
const DisplayValue({ Key? key, required this.value, this.onTap, this.isSelected = false, }) : super(key: key);