const OptionButton({ Key? key, required this.icon, required this.onTapCallback, this.isEnabled = true, }) : super(key: key);