const Details({ Key? key, required this.child, this.summary, required this.color, }) : super(key: key);