const OptionPanelWidget({Key? key, required this.child, this.width, this.height, this.backgroundColor}) : super(key: key);