const OptionContainer({ Key? key, required this.size, required this.text, required this.callback, }) : super(key: key);