const IkkiTextButton({ Key? key, required this.onPressed, this.text, this.icon, }) : super(key: key);